TdxChartCustomSeries.Title Property
Specifies the series title, and its appearance and position in the diagram to which the series belong.
Declaration
property Title: TdxChartSeriesTitle read; write;
Property Value
Type | Description |
---|---|
TdxChartSeriesTitle | Stores a series title and its settings. |
Remarks
Use the Title
.Text property to specify the series title. Title
.Appearance and Title
.Alignment properties define title appearance and position, respectively.
Refer to the TdxChartSeriesTitle class description for detailed information on available options.
Limitations
The Title
property is available only for simple series. The TdxChartXYSeries class does not publish this property because an XY diagram layout has no dedicated positions for individual series titles.
See Also