TiStripChart.AutoScrollEnabled

TiStripChart See Also

Determines whether the X-Axis AutoScrolls whenever an IndexTime is added.

property AutoScrollEnabled : Boolean;

Description

Use AutoScrollEnabled to specify whether the X-Axis AutoScrolls whenever an IndexTime is added.

If AutoScrollEnabled is True, and if the IndexTime added is greater than XAxisMax or less than XAxisMin then a new XAxisMax and XAxisMin will be calculated using the AutoScrollType and AutoScrollStepSize properties.

Example

Delphi

iComponent.AutoScrollEnabled := True;

C++ Builder

iComponent->AutoScrollEnabled = True;

Contents | Index | Previous | Next