Skip to main content
All docs
V24.1

TdxChartSecondaryAxisY Properties

A secondary axis of values.
Name Description
Alignment Specifies the alignment of the secondary axis of values.
Appearance Provides access to general axis appearance options. Inherited from TdxChartCustomAxis.
CrosshairLabels Provides access to crosshair label settings. Inherited from TdxChartCustomAxis.
Diagram Provides access to the XY diagram to which the axis belongs. Inherited from TdxChartCustomAxis.
Gridlines Provides access to appearance settings of grid lines associated with the axis. Inherited from TdxChartCustomAxis.
Interlaced Specifies if the axis applies interlacing to its diagram. Inherited from TdxChartCustomAxis.
Logarithmic protected Specifies if the numeric axis uses a logarithmic scale. Inherited from TdxChartCustomAxis.
LogarithmicBase protected Specifies the base of the logarithm for the logarithmic scale of the axis. Inherited from TdxChartCustomAxis.
MinorCount Specifies the number of minor tick marks between every two major tick marks on the axis. Inherited from TdxChartCustomAxis.
NumericScaleOptions Provides access to numeric scale settings of the axis. Inherited from TdxChartCustomAxis.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
Range Provides access to scale range settings of the axis. Inherited from TdxChartCustomAxis.
Reverse Specifies if the axis scale direction is reversed. Inherited from TdxChartCustomAxis.
Ticks Provides access to settings of axis major and minor tick marks. Inherited from TdxChartCustomAxis.
Title Specifies the axis title, and its appearance and position in the diagram to which the axis belongs. Inherited from TdxChartCustomAxis.
ValueLabels Provides access to axis value label appearance and behavior settings. Inherited from TdxChartCustomAxis.
Visible Specifies if the Chart displays the visual element. Inherited from TdxChartVisualElementPersistent.
See Also