TiStripChart.ZoomYAxis

TiStripChart See Also

Zooms the Y-Axis by the percentage specified.

procedure
ZoomYAxis(Value : Double);

Description

Use ZoomYAxis to zoom the Y-Axis by the percentage specified. For example, to zoom out by 100% set the value to 2. To zoom in by 100% set the value to 0.50.

Example

Delphi

iComponent.ZoomYAxis(2);

C++ Builder

iComponent->ZoomYAxis(2);

Contents | Index | Previous | Next