Back to Devexpress

TdxChartXYDiagram.Axes Property

vcl-dxchartxydiagram-dot-tdxchartxydiagram-40f37b78.md

latest1.3 KB
Original Source

TdxChartXYDiagram.Axes Property

Provides access to the diagram’s axes settings.

Declaration

delphi
property Axes: TdxChartAxes read; write;

Property Value

TypeDescription
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.

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

TdxChartXYDiagram.SecondaryAxes Property

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit