TiStripChart.ScrollXAxis

TiStripChart See Also

Shifts the XAxisMin and XAxisMax by the specified value.

procedure
ScrollXAxis(Value : Double);

Description

Use ScrollXAxis to shift the XAxisMin and XAxisMax by the specified value.

Example

Delphi

iComponent.ScrollXAxis(10);

C++ Builder

iComponent->ScrollXAxis(10);

Contents | Index | Previous | Next