TdxChartCustomLegend.Title Property
Specifies the legend pane title, and its position and appearance.
Declaration
property Title: TdxChartLegendTitle read; write;
Property Value
Type | Description |
---|---|
TdxChartLegendTitle | Stores a legend pane title and its settings. |
Remarks
Use the Title
.Text property to specify a legend pane title. The Title
.Appearance and Title
.Alignment properties define title appearance and position, respectively.
Refer to the TdxChartLegendTitle class description for detailed information on available options.
See Also