Series marks for individual points

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
vvv
Newbie
Newbie
Posts: 9
Joined: Mon Jan 31, 2005 5:00 am
Location: Donetsk, Ukraine
Contact:

Series marks for individual points

Post by vvv » 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.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Mar 14, 2006 5:38 pm

Hi,

thanks for advise here, somebody could be interested in. If we consider to add other functions like this in the TeeChart sources we'll let you know.

Post Reply