TiStripChart.RestoreXYAxisOnPlotMode
TiStripChart See Also
Specifies whether the X&Y-Axis Min&Max values are restored to the previous iscmPlot mode values.
property RestoreXYAxisOnPlotMode : Boolean;
Description
Use RestoreXYAxisOnPlotMode to specify whether the X&Y-Axis Min&Max values are
restored to the previous iscmPlot mode values. When the ToolBarMode is switched from iscmPlot to some other mode, the XAxisMax, XAxisMin, YAxisMax, YAxisMin are stored. When returning to the iscmPlot mode, the X&Y Axis Min&Max values are restored if this property is set to
True. By default, this property is set to True.
Example
Delphi
iComponent.RestoreXYAxisOnPlotMode := True;
C++ Builder
iComponent->RestoreXYAxisOnPlotMode = True;
Contents | Index | Previous | Next