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