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