TiPlotComponent.LimitCount

TiPlotComponent

Returns the number of limit objects.

function LimitCount : Integer;

Description

Use LimitCount to get the number of limit objects. The LimitCount value is always one greater than the highest index.

Example

Delphi

Value := iComponent.LimitCount;

C++ Builder

Value = iComponent->LimitCount();

Contents | Index | Previous | Next