TdxChartCustomSecondaryAxisCollectionItem Properties
The base class for all secondary axis collection members.Name | Description |
---|---|
Appearance protected | Provides access to general axis appearance settings. |
Collection | Inherited from TCollectionItem. |
DisplayName | Inherited from TCollectionItem. |
Gridlines protected | Provides access to appearance settings of grid lines associated with the secondary axis. |
ID | Inherited from TCollectionItem. |
Index | Inherited from TCollectionItem. |
Interlaced protected | Specifies if the secondary axis applies interlacing to the parent diagram. |
Logarithmic protected | Specifies if the secondary 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 secondary axis. |
Name protected | Specifies the name of the secondary axis. |
NumericScaleOptions protected | Provides access to numeric scale settings of the secondary axis. |
Range protected | Provides access to scale range settings of the secondary axis. |
Reverse protected | Specifies if the axis scale direction is reversed. |
Ticks protected | Provides access to the settings of axis major and minor tick marks. |
Title protected | Specifies the axis title, and its appearance and position. |
ValueLabels protected | Provides access to axis value label appearance and behavior settings. |
Visible protected | Specifies if the secondary axis is visible. |
See Also