Skip to main content

TdxChartCustomAxisX Members

The base class for the class that implements an axis of arguments.

Constructors

Name Description
Create(TPersistent,PdxChartCustomAxis) Initializes a new instance of the TdxChartCustomAxis class with specified settings. Inherited from TdxChartCustomAxis.
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
Alignment protected Specifies a position of the axis in an XY diagram. Inherited from TdxChartCustomAxis.
Appearance protected Provides access to general axis appearance options. Inherited from TdxChartCustomAxis.
CrosshairLabels protected 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 protected Provides access to appearance settings of grid lines associated with the axis. Inherited from TdxChartCustomAxis.
Interlaced protected 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 protected Specifies the number of minor tick marks between every two major tick marks on the axis. Inherited from TdxChartCustomAxis.
NumericScaleOptions protected 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 protected Provides access to scale range settings of the axis. Inherited from TdxChartCustomAxis.
Reverse protected Specifies if the axis scale direction is reversed. Inherited from TdxChartCustomAxis.
Ticks protected Provides access to settings of axis major and minor tick marks. Inherited from TdxChartCustomAxis.
Title protected Specifies the axis title, and its appearance and position in the diagram to which the axis belongs. Inherited from TdxChartCustomAxis.
ValueLabels protected Provides access to axis value label appearance and behavior settings. Inherited from TdxChartCustomAxis.
Visible protected Specifies if the Chart displays the visual element. Inherited from TdxChartVisualElementPersistent.

Methods

Name Description
_AddRef protected The reference counter increment function of the interfaced property set. Inherited from TcxOwnedInterfacedPersistent.
_Release protected The reference counter decrement function of the interfaced property set. Inherited from TcxOwnedInterfacedPersistent.
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
QueryInterface(TGUID,Untyped) protected Provides access to the implementation of the specified interface if the current persistent property set or information container supports it. Inherited from TcxOwnedInterfacedPersistent.
ToString Inherited from TObject.

Events

Name Description
OnCompareValues protected Allows you to set any series point order along the axis of arguments.
See Also