Skip to main content
A newer version of this page is available. .

TdxChartCustomAxisX Class

The base class for the class that implements an X axis.

Declaration

TdxChartCustomAxisX = class(
    TdxChartCustomAxis
)

Remarks

The TdxChartCustomAxisX class has members that allow you to do the following:

  • Hide or display the axis (Visible).
  • Specify a title for the axis and change the title’s appearance and position (Title).
  • Adjust the numeric value range of the axis (Range and NumericScaleOptions).
  • Customize appearance of major and minor axis tick marks (Ticks).
  • Change the number of minor tick marks (MinorCount).
  • Display axis value labels and customize their appearance (ValueLabels).
  • Position the axis in a diagram (Alignment).
  • Reverse the axis scale direction (Reverse).
  • Display and customize axis grid lines in a diagram (Gridlines).
  • Apply interlacing to a diagram (Interlaced).
  • Customize general appearance settings (Appearance).
  • Implement a custom sorting algorithm for series points (OnCompareValues).

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

See Also