TiPlotComponent.DataCursorCount

TiPlotComponent

Returns the number of data cursor objects.

property DataCursorCount : Integer;

Description

Use DataCursorCount to get the number of data cursor objects. The DataCursorCount value is always one greater than the highest index.

Example

Delphi

Value := iComponent.DataCursorCount;

C++ Builder

Value = iComponent->DataCursorCount;

Contents | Index | Previous | Next