Search found 14 matches
- Mon Nov 25, 2013 4:24 pm
- Forum: .NET
- Topic: Autoscaling problem with multiple series
- Replies: 2
- Views: 4610
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...
- Fri Nov 22, 2013 6:51 pm
- Forum: .NET
- Topic: Autoscaling problem with multiple series
- Replies: 2
- Views: 4610
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?
- 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: 10303
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 ...
- 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: 10303
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 ...
- 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: 10303
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...
- 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: 10303
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 ...
- 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: 10303
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...
- 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: 10303
- 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: 10303
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...
- Tue Dec 26, 2006 7:20 pm
- Forum: .NET
- Topic: Wrong/bad ValueIndex on ClickSeries event?
- Replies: 5
- Views: 6753
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...
- Thu Dec 21, 2006 4:43 pm
- Forum: .NET
- Topic: Wrong/bad ValueIndex on ClickSeries event?
- Replies: 5
- Views: 6753
.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...
- Thu Dec 21, 2006 4:33 pm
- Forum: .NET
- Topic: Wrong/bad ValueIndex on ClickSeries event?
- Replies: 5
- Views: 6753
- Thu Dec 21, 2006 2:46 pm
- Forum: .NET
- Topic: Wrong/bad ValueIndex on ClickSeries event?
- Replies: 5
- Views: 6753
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...
- Thu Apr 15, 2004 2:41 pm
- Forum: .NET
- Topic: trouble with bottom axis labels
- Replies: 1
- Views: 5116
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...