Skip to main content

TdxChartAxes.AxisY Property

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

Declaration

property AxisY: TdxChartAxisY read; write;

Property Value

Type Description
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