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

TdxChartAxisTitle Class

Stores an axis title and its settings.

Declaration

TdxChartAxisTitle = class(
    TdxChartVisualElementTitle
)

Remarks

You can add a title to an axis to make your diagram more readable. Axis titles are particularly useful for numeric axes.

VCL Chart Control: The Y Axis Title

Main API Members

The list below outlines key class members that allow you to specify an axis title and customize its appearance.

  • Specify a title (Text).
  • Hide or display the title (Visible).
  • Position the title inside or outside the diagram area (Position).
  • Customize general title appearance settings (Appearance).
  • Move the title along its axis (Alignment).
  • Enable word wrap (WordWrap).
  • Limit the maximum line count in the title (MaxLineCount).
  • Copy titles and related settings between axes (Assign).
  • Access the axis to which the title belongs (Axis).

Direct TdxChartAxisTitle Class References

The Title property of an axis references a TdxChartAxisTitle object.

See Also