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