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

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.

VCL Chart Control: A Legend Pane Title

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

See Also