Back to Devexpress

TdxChartCustomAxis Members

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-dot-underscore-members.md

latest6.8 KB
Original Source

TdxChartCustomAxis Members

The base class for axis classes in the Chart control.

Constructors

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

Properties

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

Methods

NameDescription
_AddRef protectedThe reference counter increment function of the interfaced property set. Inherited from TcxOwnedInterfacedPersistent.
_Release protectedThe 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) protectedUpdates 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.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwner protectedReturns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
QueryInterface(TGUID,Untyped) protectedProvides access to the implementation of the specified interface if the current persistent property set or information container supports it. Inherited from TcxOwnedInterfacedPersistent.
ToStringInherited from TObject.

See Also

TdxChartCustomAxis Class

dxChartXYDiagram Unit