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