TChartAxis.Automatic
Posted: Wed Mar 01, 2006 4:42 pm
Hi,
I've raised this issue before -please have patience.
******** (from TeeChart Help)
Description
If Axis.Automatic property is True, then the Maximum and Minimum values for the Axis will be automatically calculated based on all Axis dependent Series.
********
With TDBChart if the data has zeroes or nulls TLineSeries lines will pack towards the top. I can get around this by cycling through my data to find the lowest value greater > 0 and using SetMinMax to reset the scale. But this gets complicated when you're changing the datasets alot. It also causes delays. I'm looking for a faster solution.
Am wondering is there is some way to 'tweak' the Axis.Automatic property so that it calculates only on values > zero?
Thanks,
Barry
I've raised this issue before -please have patience.
******** (from TeeChart Help)
Description
If Axis.Automatic property is True, then the Maximum and Minimum values for the Axis will be automatically calculated based on all Axis dependent Series.
********
With TDBChart if the data has zeroes or nulls TLineSeries lines will pack towards the top. I can get around this by cycling through my data to find the lowest value greater > 0 and using SetMinMax to reset the scale. But this gets complicated when you're changing the datasets alot. It also causes delays. I'm looking for a faster solution.
Am wondering is there is some way to 'tweak' the Axis.Automatic property so that it calculates only on values > zero?
Thanks,
Barry