Zooming problems
Posted: Mon Sep 19, 2005 12:12 pm
Hi.
I'm currently working on a customized zooming function which, among others don't use the abnormal values, if any, for setting the zoomed rect. However, I find that the chart is very sensitive to the order which the axis min and max are set.
Example:
Before zoom : Right Axis min = 100 max = 1000
If we assume the there are only one peak that is 1000 and one that is 0 and the rest is between 30 and 50, using the following code will bring up a dialog stating "Axis minimum Value must be <= Maximum".
Chart.RightAxis.Maximum := 55
And then the error occurs.
Is there any way to make the chart stop checking this before I ave set both min and max??
Regards
Frode
I'm currently working on a customized zooming function which, among others don't use the abnormal values, if any, for setting the zoomed rect. However, I find that the chart is very sensitive to the order which the axis min and max are set.
Example:
Before zoom : Right Axis min = 100 max = 1000
If we assume the there are only one peak that is 1000 and one that is 0 and the rest is between 30 and 50, using the following code will bring up a dialog stating "Axis minimum Value must be <= Maximum".
Chart.RightAxis.Maximum := 55
And then the error occurs.
Is there any way to make the chart stop checking this before I ave set both min and max??
Regards
Frode