TiStripChart.SetXAxisMinMax
TiStripChart See Also
Sets the XAxisMin and XAxisMax to the specified values.
procedure SetXAxisMinMax(Min, Max : Double);
Description
Use SetXAxisMinMax to set the XAxisMin and XAxisMax to the specified values.
Example
Delphi
iComponent.SetXAxisMinMax(10,40);
C++ Builder
iComponent->SetXAxisMinMax(10, 40);
Contents | Index | Previous | Next