TiStripChart.DisplayStartIndex

TiStripChart

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

property DisplayStartIndex : Integer;

Description

Use DisplayStartIndex to get the first Time Index value visible in the current display.

Example

Delphi

Value := iComponent.DisplayStartIndex;

C++ Builder

Value = iComponent->DisplayStartIndex;

Note: This property is read only.

Contents | Index | Previous | Next