TiStripChart.DisplayStopIndex

TiStripChart

Gets the stop index of the data currently visible in the component.

property DisplayStopIndex : Integer;

Description

Use DisplayStopIndex to get the last Time Index value visible in the current display.

Example

Delphi

Value := iComponent.DisplayStopIndex;

C++ Builder

Value = iComponent->DisplayStopIndex;

Note: This property is read only.

Contents | Index | Previous | Next