Non-Float ChartSeries Data
Posted: Wed May 26, 2004 12:16 pm
We have written a custom TChartSeries class, and wish to include a non-floating point "value", which will be used during painting of series values to control (not supply) visual attributes.
However, TChartValueList only represents floating-point values. Is there a version of TChartValueList that holds string (or any other datatype) values?
If this is not possible, is there a way to synchronize with the underlying TDataSet during painting, such that the db record corresponding to the currently-drawn point can be found?
However, TChartValueList only represents floating-point values. Is there a version of TChartValueList that holds string (or any other datatype) values?
If this is not possible, is there a way to synchronize with the underlying TDataSet during painting, such that the db record corresponding to the currently-drawn point can be found?