TChart 8.02 and TeeValueSingle
Posted: Fri Feb 15, 2008 7:34 pm
Hello All,
It seems that the TChart source will not compile if the TeeValueSingle directive is set. The first failure we found was at
TChartSeries.XValue
TChartSeries.YValue
The properties is defined as TChartValue but the setters take in a double
Another thing is that TIsoSurfaceSeries.YPosition is set as a tChartValue instead of a double. Why would the YPosition be a TChartValue?
Are we the ONLY people using TChart with TeeValueSingle? How many people really need double precision charting values?
It seems that the TChart source will not compile if the TeeValueSingle directive is set. The first failure we found was at
TChartSeries.XValue
TChartSeries.YValue
The properties is defined as TChartValue but the setters take in a double
Another thing is that TIsoSurfaceSeries.YPosition is set as a tChartValue instead of a double. Why would the YPosition be a TChartValue?
Are we the ONLY people using TChart with TeeValueSingle? How many people really need double precision charting values?