Skip to main content

TdxChartLegendTitle Class

Stores a Chart or diagram legend title and its settings.

Declaration

TdxChartLegendTitle = class(
    TdxChartVisualElementTitle
)

Remarks

A legend title helps users understand the purpose of legend items.

VCL Chart Control: A Legend Pane Title

Main API Members

The list below outlines key members of the TdxChartLegendTitle class that allow you to define and customize a Chart or diagram legend pane title.

Text
Specifies a legend pane title.
Visible
Hides or displays the title.
Position | Alignment
Position the title within its legend pane.
Appearance
Provides access to general title appearance settings.
WordWrap | MaxLineCount
Enable word wrap and set the maximum line count.
Legend
Provides access to the legend pane to which the title belongs.

Direct TdxChartLegendTitle Class References

The Title property of Chart and diagram legend panes references a TdxChartLegendTitle object.

See Also