Series marks for individual points
Posted: Tue Mar 07, 2006 2:35 pm
Hi. if who is interested...
I`ve added four public functions to TChartSeries class. This functions allow to input points which will be shown Marks. This method is not using OnGetMarkText event for hiding marks (if(ValueIndex!=5) MarkText = "").
Event OnGetMarkText generated only for input points.
This method has advanteges and disadvantage.
But it works a little bit faster with big data.
I`ve added four public functions to TChartSeries class. This functions allow to input points which will be shown Marks. This method is not using OnGetMarkText event for hiding marks (if(ValueIndex!=5) MarkText = "").
Event OnGetMarkText generated only for input points.
This method has advanteges and disadvantage.
But it works a little bit faster with big data.