TiPlotComponent.DataViewCount

TiPlotComponent See Also

Returns the number of data view objects.

function DataViewCount : Integer;

Description

Use the DataViewCount method to get the number of data view objects. The DataViewCount value is always one greater than the highest index.

Example

Delphi

Value := iComponent.DataViewCount;

C++ Builder

Value = iComponent->DataViewCount();

Contents | Index | Previous | Next