TiPlotComponent.LabelCount
TiPlotComponent See Also
Gets the number of Label Objects.
function LabelCount : Integer;
Description
Use LabelCount to get the number of Label Objects. The LabelCount value is
always one greater than the highest index.
Example
Delphi
Value := iComponent.LabelCount();
C++ Builder
Value = iComponent->LabelCount();
Contents | Index | Previous | Next