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

TdxChartCustomAxisY Class

The base class for the class that implements a Y axis.

Declaration

TdxChartCustomAxisY = class(
    TdxChartCustomAxis
)

Remarks

The TdxChartCustomAxisY 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).

Do not use the TdxChartCustomAxisY class directly. Use the TdxChartAxisY class instead.

See Also