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

TdxChartAxisY Class

Stores settings of the axis of values in an XY diagram.

Declaration

TdxChartAxisY = class(
    TdxChartCustomAxisY
)

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 TdxChartAxisY class implements functionality and settings of the axis of values.

VCL Chart Control: The Axis of Values (Y-Axis) in an XY Diagram

Main API Members

The list below outlines key class members that allow you to customize the axis of values in an XY diagram.

  • 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).
  • Access the XY diagram to which the axis belongs (Diagram).

Direct TdxChartAxisY Class References

An XY diagram’s Axes.AxisY property references a TdxChartAxisY object.

See Also