Back to Devexpress

TdxChartCustomAxisX Class

vcl-dxchartxydiagram-8e82c388.md

latest4.3 KB
Original Source

TdxChartCustomAxisX Class

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

Declaration

delphi
TdxChartCustomAxisX = class(
    TdxChartCustomAxis
)

Remarks

The axis of arguments (X-axis) and the axis of values (Y-axis) form a two-dimensional Cartesian coordinate system in an XY diagram. The TdxChartCustomAxisX class implements functionality and settings of the axis of arguments.

Main API Members

The list below outlines key members of the TdxChartCustomAxisX class that allow you to configure an axis of arguments.

General

AssignCopies compatible settings between chart axes.DiagramProvides access to the XY diagram to which the axis belongs.VisibleHides or displays the axis.

Appearance and Behavior

AlignmentSpecifies the axis position in relation to the parent diagram.AppearanceAllows you to customize general appearance settings.CrosshairLabelsProvides access to crosshair axis label settings.MinorCountSpecifies the number of minor tick marks.TicksProvides access to major and minor axis tick appearance settings.TitleSpecifies a title for the axis and changes title appearance and position.ValueLabels

Allows you to display and customize axis value labels.

Tip

You can handle the parent diagram‘s OnGetAxisValueLabelDrawParameters event to customize individual axis value labels.

Diagram-Related Settings

GridlinesAllows you to display and customize axis grid lines in the parent diagram.InterlacedApplies interlacing to the parent diagram.Logarithmic | LogarithmicBaseAllow you to enable a logarithmic scale for the numeric axis and adjust the scale’s logarithmic base.NumericScaleOptions | RangeAdjust the numeric value range of the axis.OnCompareValuesAllows you to implement a custom sorting algorithm for series points.ReverseSpecifies if the axis direction is reversed.

Terminal TdxChartCustomAxisX Class Descendant

Do not use the TdxChartCustomAxisX class directly. Use the TdxChartAxisX class instead.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartCustomAxis TdxChartCustomAxisX

See Also

TdxChartCustomAxisY Class

TdxChartSecondaryAxisXCollectionItem Class

TdxChartCustomAxisX Members

dxChartXYDiagram Unit