Skip to main content

TdxChartXYDiagram.Axes Property

Provides access to the diagram’s axes settings.

Declaration

property Axes: TdxChartAxes read; write;

Property Value

Type Description
TdxChartAxes

Stores XY axes settings.

Remarks

The main axis of arguments (X-axis) and the axis of values (Y-axis) form a two-dimensional Cartesian coordinate system in an XY diagram.

VCL Chart Control: X and Y Axes in a Diagram

Use Axes.AxisX and Axes.AxisY properties to configure both main axes. To add and configure secondary axes, you can use the SecondaryAxes property.

Tip

You can set the Rotated property to True to swap X and Y axis positions.

See Also