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.
#Main API Members
The list below outlines key class members that allow you to specify an axis title and customize its appearance.
#Content-Related API Members
- 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.