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