Search found 4 matches
- Tue Sep 08, 2009 11:35 pm
- Forum: .NET
- Topic: Mark Positions after zoom and unzoom
- Replies: 1
- Views: 1397
Mark Positions after zoom and unzoom
Hello All - I have a chart that needs to maintain its marks positions after zoom and then again when the user zooms back to normal. Currently the user is able to reposition the marks at any time but when he zooms in the border is misaligned with the point. I would appreaciate any help here. I assume...
- Tue Sep 08, 2009 12:14 pm
- Forum: .NET
- Topic: Visualize selected label/Marks in chart
- Replies: 5
- Views: 3001
Re: Visualize selected label/Marks in chart
Narcis - Thanks so much for the quick reply. I am glad to see there is no bug. I just don't know what I don't know yet about TChart. Yes, indeed i do have TChart 2009 so i am not sure where i got those version numbers off hand.
This is a really good support forum.
Thanks again.
Rick
This is a really good support forum.
Thanks again.
Rick
- Fri Sep 04, 2009 11:15 pm
- Forum: .NET
- Topic: Visualize selected label/Marks in chart
- Replies: 5
- Views: 3001
Re: Visualize selected label/Marks in chart
Narcis - Thanks for the quick response... however.. after a long day of this i am convinced they may be a bug involving the Marks.Items[n] collection. See the notes in the code box. I am using version 2.0.2009.21355:RunTime Version : v2.0.50727. I can make this work if the data is "ALWAYS" inserted ...
- Thu Sep 03, 2009 8:55 pm
- Forum: .NET
- Topic: Visualize selected label/Marks in chart
- Replies: 5
- Views: 3001
Visualize selected label/Marks in chart
Hi - Here is the problem. I have a multi series points chart in which the user can select certain datapoints which are then put into an arraylist. After the user has completed his selections, i want him to be able to push a button to update chart to ONLY see the label/marks/dragmarks for the items i...