TiStripChart.ScrollYAxis

TiStripChart See Also

Shifts the YAxisMin and YAxisMax by the specified value.

procedure
ScrollYAxis(Value : Double);

Description

Use ScrollYAxis to shift the YAxisMin and YAxisMax by the specified value.

Example

Delphi

iComponent.ScrollYAxis(10);

C++ Builder

iComponent->ScrollYAxis(10);

Contents | Index | Previous | Next