Using points on line chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Dec 23, 2003 8:51 am

Yes, you're correct, it's a bug/missing feature. We've modified the property Pointer of the Series to Read/Write for the next release of TeeChart for Net.
In this manner (when it will be available) you will have to do this :

Dim serPoint As New Steema.TeeChart.Styles.SeriesPointer(TChart1.Chart, line1)
line1.Pointer = serPoint

Josep Lluis Jorge
http://support.steema.com

Post Reply