TdxChartCustomLegend.Title Property
In This Article
Specifies the legend pane title, and its position and appearance.
#Declaration
Delphi
property Title: TdxChartLegendTitle read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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