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.
Refer to the TdxChartAxisTitle class description for detailed information on all available options.
See Also