IAxes
Hierarchy Properties Methods

Type Library
TeeChartx

Description
Axes is a TChart interface accessible via the Axis property of TChart. The Axes interface is used to group the 5 axes, Left, Top, Right, Bottom and Depth. See Axis Class

The Axes Interface is transparent in use when accessing Axis properties and methods (see example).

Example [Visual Basic]:

TChart1.Axis.Left.Maximum = 100

The Axes Interface grants access to the 4 axes via the TChart Axis property.

TChartl.Axis.Left.Automatic = False