TiStripChart.ZoomXAxis
TiStripChart See Also
Zooms the X-Axis by the percentage specified.
procedure ZoomXAxis(Value : Double);
Description
Use ZoomXAxis to zoom the X-Axis by the percentage specified. For example, to
zoom out 100% set the value to 2. To zoom in by 100% set the value to 0.50.
Example
Delphi
iComponent.ZoomXAxis(2);
C++ Builder
iComponent->ZoomXAxis(2);
Contents | Index | Previous | Next