Back to Devexpress

TdxChartAxes.AxisY Property

vcl-dxchartxydiagram-dot-tdxchartaxes-5b059c86.md

latest998 B
Original Source

TdxChartAxes.AxisY Property

Provides access to settings of the axis of values in an XY diagram.

Declaration

delphi
property AxisY: TdxChartAxisY read; write;

Property Value

TypeDescription
TdxChartAxisY

Stores settings of the axis of values in an XY diagram.

|

Remarks

Use AxisY.Ticks and AxisY.MinorCount properties to configure tick marks on the axis of values.

Refer to the TdxChartAxisY class description for detailed information on available options.

See Also

TdxChartAxes.AxisX Property

TdxChartAxes Class

TdxChartAxes Members

dxChartXYDiagram Unit