Back to Devexpress

TdxChartCustomAxis.Title Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-6c8af730.md

latest1.2 KB
Original Source

TdxChartCustomAxis.Title Property

Specifies the axis title, and its appearance and position in the diagram to which the axis belongs.

Declaration

delphi
property Title: TdxChartAxisTitle read; write;

Property Value

TypeDescription
TdxChartAxisTitle

Stores an axis title and its settings.

|

Remarks

Use the Title.Text property to specify the axis title. Title.Appearance and Title.Position properties define the title’s appearance and position, respectively.

Refer to the TdxChartAxisTitle class description for detailed information on all available options.

See Also

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit