TiPlotComponent.RemoveAllYAxes
TiPlotComponent See Also
Removes all Y-Axis objects.
procedure RemoveAllYAxes;
Description
Call RemoveAllYAxes to remove all Y-Axis objects. To delete a specific Y-Axis
object, call DeleteYAxis.
Example
Delphi
iComponent.RemoveAllYAxes;
C++ Builder
iComponent->RemoveAllYAxes();
Contents | Index | Previous | Next