Search found 14 matches

by charlesw
Mon Nov 25, 2013 4:24 pm
Forum: .NET
Topic: Autoscaling problem with multiple series
Replies: 2
Views: 4385

Re: Autoscaling problem with multiple series

Sandra, Thanks very much for your reply, it was very helpful. Your implied response was that auto-scaling multiple series in the same chart is not supported at design time but must be customer-coded. So I wrote an auto-scaling, run-time algorithm, based on your suggestion, and that worked. It also f...
by charlesw
Fri Nov 22, 2013 6:51 pm
Forum: .NET
Topic: Autoscaling problem with multiple series
Replies: 2
Views: 4385

Autoscaling problem with multiple series

I created a chart with six fastline series and only the first series controls the y-axis (left axis) scaling. Is there a way to have the chart auto-scale based on data from all the series?
by charlesw
Thu Jan 29, 2009 3:50 pm
Forum: .NET
Topic: How do I get myseries value from a click not on the series?
Replies: 12
Views: 9969

Or, I'm happy to rewrite the whole thing - no problem. But I don't see any documentation on using your products. There are the demos but those are not helpful. There is the automatically-generated bits in the "help" but those don't even tell you how to use the functions they contain - much less how ...
by charlesw
Thu Jan 29, 2009 1:38 pm
Forum: .NET
Topic: How do I get myseries value from a click not on the series?
Replies: 12
Views: 9969

That went up as "Windows 2003 vb1 Application.zip". Yes, yes, we do a lot of complicated things to get it to work. And yet... It's simple! We want to capture a rolling window of about 2000 data records and show a small part of those (we only show some of what we record - we still want to record all ...
by charlesw
Wed Jan 28, 2009 2:48 pm
Forum: .NET
Topic: How do I get myseries value from a click not on the series?
Replies: 12
Views: 9969

Anyway, still not having very much fun with this. I'd like to get the x coordinate of a particular index so that I can draw some bars across my charts. Well... Should be easy, right? Just calcxpos on a point, right? Only, ha, I don't have any points. I added the values to the series with add(x,y). S...
by charlesw
Wed Jan 28, 2009 12:20 pm
Forum: .NET
Topic: How do I get myseries value from a click not on the series?
Replies: 12
Views: 9969

Oh, you know, Narcis. It's my web browser (Opera) that complains that your encryption is old and easily hacked. Do I really want to continue? So I poked around and tried to figure out what encryption you were using. It looked like it was 256 bit AES but you're right - it should be pretty secure. So ...
by charlesw
Tue Jan 27, 2009 1:34 pm
Forum: .NET
Topic: How do I get myseries value from a click not on the series?
Replies: 12
Views: 9969

I understand - it's not a special series. But it's not in my V1 demo. I can look on the machine of one of the other guys here for a later version demo. Ah. No. I suppose I need to upgrade anyway, I may as well go ahead and do that now. charles edit: OK, I bought the upgrade. But your "secure" site i...
by charlesw
Tue Jan 27, 2009 12:59 pm
Forum: .NET
Topic: How do I get myseries value from a click not on the series?
Replies: 12
Views: 9969

Wouldn't you know it - I'm using the .Net1 version and that series/category doesn't exist in the demo project. Guess I'll have to do it manually.

Thanks,
c
by charlesw
Mon Jan 26, 2009 8:37 pm
Forum: .NET
Topic: How do I get myseries value from a click not on the series?
Replies: 12
Views: 9969

How do I get myseries value from a click not on the series?

Hello, I need to visually set boundaries on a series - left click on the left side and right click on the right side then do stuff to the selection only. I can do this pretty easilywith clickseries but that means that I have to click on the series - and the lines are pretty small (it's not always ea...
by charlesw
Tue Dec 26, 2006 7:20 pm
Forum: .NET
Topic: Wrong/bad ValueIndex on ClickSeries event?
Replies: 5
Views: 6513

Ok, well, after more than 100 man hours of work, we discovered the solution on our own. We had to add: .Series(diamondSeries).XValues.Order = Styles.ValueListOrder.None to our code. We have no idea why this isn't the default - why, when using our code, this gets unset (it is certainly not done so ex...
by charlesw
Thu Dec 21, 2006 4:43 pm
Forum: .NET
Topic: Wrong/bad ValueIndex on ClickSeries event?
Replies: 5
Views: 6513

.labels(index) gives exactly the same answer as .item(index).label viz: ... To plot: 57 Labels: 15, S57 Index: 15, S57 To plot: 60 Labels: 16, S60 Index: 16, S60 -> worked to here To plot: 66 -> stopped Labels: 17, Index: 17, To plot: 70 Labels: 18, Index: 18, To plot: 73 Labels: 19, Index: 19, To p...
by charlesw
Thu Dec 21, 2006 4:33 pm
Forum: .NET
Topic: Wrong/bad ValueIndex on ClickSeries event?
Replies: 5
Views: 6513

Thanks Narcis. This is with .Net 1 - every version released over the past year but in particular 1.1.2531.28391.
I'll give your suggestion a shot.

regards,
charles
by charlesw
Thu Dec 21, 2006 2:46 pm
Forum: .NET
Topic: Wrong/bad ValueIndex on ClickSeries event?
Replies: 5
Views: 6513

Wrong/bad ValueIndex on ClickSeries event?

On the ClickSeries event we use the ValueIndex to get the point label thus: Dim PointLabel As String = s.Item(valueIndex).Label Unfortunately, this valueIndex does not appear to point to the right point. Now, perhaps there is something that we have misunderstood, here, somewhere... Ok, there is defi...
by charlesw
Thu Apr 15, 2004 2:41 pm
Forum: .NET
Topic: trouble with bottom axis labels
Replies: 1
Views: 4914

trouble with bottom axis labels

I have been having a h___ of a time customizing a teechart the way I want. Can someone help me? I am filling a chart with two point series - dates on the X axis, doubles on the Y. I fill the labels with other pertinant information that is displayed in the marks. The left axis is working great, but t...