TiPlotAxis.RestoreValuesOnResume
TiPlotComponent
Sets whether or not the axis values are restored when the resume button is
clicked.
property RestoreValuesOnResume : Boolean;
Description
Use RestoreValuesOnResume to set whether or not the axis restores the original
axis parameters and values that were in effect when the Pause All Tracking
Button is clicked. All parameters (such as axis min and span) are restored when
the Resume All Tracking Button is clicked and this property is set to TRUE.
Example
Delphi
iComponent.XAxis[0].RestoreValuesOnResume := True;
iComponent.YAxis[0].RestoreValuesOnResume := True;
C++ Builder
iComponent->XAxis[0]->RestoreValuesOnResume = True;
iComponent->YAxis[0]->RestoreValuesOnResume = True;
Contents | Index | Previous | Next