Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYDiagram.Axes Property

Provides access to the diagram’s axes settings.

#Declaration

Delphi
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