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

TdxChartCustomAxis.Title Property

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

Declaration

property Title: TdxChartAxisTitle read; write;

Property Value

Type Description
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.

VCL Chart Control: The Y Axis Title

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

See Also