Skip to main content
All docs
V24.1

TdxChartCustomSecondaryAxisCollectionItem Members

The base class for all secondary axis collection members.

Constructors

Name Description
Create(TCollection) Inherited from TCollectionItem.

Properties

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.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetDisplayName Inherited from TCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Release Inherited from TCollectionItem.
SetDisplayName(String) Inherited from TCollectionItem.
ToString Inherited from TObject.
See Also