Back to Devexpress

TdxChartAxisTitle Class

vcl-dxchartxydiagram-f932e9bf.md

latest2.6 KB
Original Source

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.

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

TextSpecifies a title.WordWrap | MaxLineCountAllow you to enable word wrap for the axis and limit the maximum line count.

Appearance Settings

AppearanceProvides access to general title appearance settings.AlignmentAllows you to move the title along its axis.PositionPositions the title inside or outside the diagram area.

General-Purpose API Members

AssignCopies titles and related settings between axes.AxisProvides access to the axis to which the title belongs.VisibleHides or displays the axis title.

Direct TdxChartAxisTitle Class References

The Title property of an axis references a TdxChartAxisTitle object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartAxisTitle

See Also

TdxChartAxisValueLabels Class

TdxChartAxisTitle Members

dxChartXYDiagram Unit