Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartAxisTitle Class

Stores an axis title and its settings.

#Declaration

Delphi
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.

Text
Specifies a title.
WordWrap | MaxLineCount
Allow you to enable word wrap for the axis and limit the maximum line count.

#Appearance Settings

Appearance
Provides access to general title appearance settings.
Alignment
Allows you to move the title along its axis.
Position
Positions the title inside or outside the diagram area.

#General-Purpose API Members

Assign
Copies titles and related settings between axes.
Axis
Provides access to the axis to which the title belongs.
Visible
Hides or displays the axis title.

#Direct TdxChartAxisTitle Class References

The Title property of an axis references a TdxChartAxisTitle object.

See Also