Search found 11 matches

by ctusch
Tue Dec 21, 2010 3:18 pm
Forum: .NET
Topic: Axis.Automatic with a margin
Replies: 7
Views: 6415

Re: Axis.Automatic with a margin

Hello Sandra,

your workaround works, thanks for your help!
by ctusch
Tue Dec 21, 2010 1:23 pm
Forum: .NET
Topic: Axis.Automatic with a margin
Replies: 7
Views: 6415

Re: Axis.Automatic with a margin

It doesn't work here, it looks like this:
tchart.png
tchart.png (16.78 KiB) Viewed 6540 times
I'm using version 3.5.3700.30575.
by ctusch
Tue Dec 21, 2010 9:21 am
Forum: .NET
Topic: Axis.Automatic with a margin
Replies: 7
Views: 6415

Re: Axis.Automatic with a margin

Hello,

seems like I was too hasty. Axis.MinimumOffset & Axis.MaximumOffset work only when Axis.Automatic is set to false. That's a big problem as one of our customers needs automatic axis scaling. What can I do about this?
by ctusch
Thu Oct 28, 2010 9:01 am
Forum: .NET
Topic: Axis.Automatic with a margin
Replies: 7
Views: 6415

Re: Axis.Automatic with a margin

Okay, I've found it! :) Axis.MinimumOffset & Axis.MaximumOffset do the job perfectly.
by ctusch
Thu Oct 28, 2010 8:06 am
Forum: .NET
Topic: Axis.Automatic with a margin
Replies: 7
Views: 6415

Axis.Automatic with a margin

Hi, when I have Axis.Automatic = true and there are two lines assigned to this axis and the first runs at y=1 and the second at y=3 then my axis min will be 1 and my max will be 3. The problem is when my series are just straight lines they are not visible because they are exactly at the borders of t...
by ctusch
Thu Oct 28, 2010 8:00 am
Forum: .NET
Topic: Displaying overlapping series
Replies: 4
Views: 3804

Re: Displaying overlapping series

Thanks, I will try that. :)
by ctusch
Tue Oct 26, 2010 3:12 pm
Forum: .NET
Topic: Displaying overlapping series
Replies: 4
Views: 3804

Re: Displaying overlapping series

Oh, I probably should have mentioned that I'm not using the 3D functionality. So my question was referring to a 2D chart.

Any ideas?
by ctusch
Tue Oct 26, 2010 8:03 am
Forum: .NET
Topic: Displaying overlapping series
Replies: 4
Views: 3804

Displaying overlapping series

Hello,

is there a way to display two series which are overlapping? Let's say there are two horizontal series at the same y value. In this case I don't see one of the series. Is there a way (a flag or something) to display that there are in fact two series on screen?
by ctusch
Thu May 27, 2010 12:51 pm
Forum: .NET
Topic: Chart throws an InvalidOperationException
Replies: 2
Views: 2889

Re: Chart throws an InvalidOperationException

Thanks, that did it!
by ctusch
Tue May 25, 2010 9:43 am
Forum: .NET
Topic: Chart throws an InvalidOperationException
Replies: 2
Views: 2889

Chart throws an InvalidOperationException

Hello, while I was trying to reproduce another problem I'm having with TeeChart, I stumbled across this one. The example has been tested with version 3.5.3700.30575. It should throw the exception a few seconds after start-up. When setting AutoRepaint to false I had to resize the window to get the sa...
by ctusch
Wed Apr 21, 2010 12:26 pm
Forum: .NET
Topic: Legend text and size
Replies: 1
Views: 2434

Legend text and size

Hello, I have a legend with changing text per series (using the GetLegendText event). I have the following problem: When the legend's alignment is top or bottom and the width (which I allow the user to set manually so the legend doesn't change in size all the time) is set below a point where the lon...