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

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.

  • Specify a legend pane title (Text).
  • Hide or display the title (Visible).
  • Position the title within its legend pane (Position and Alignment).
  • Customize general title appearance settings (Appearance).
  • Enable word wrap and set the maximum line count (WordWrap and MaxLineCount).
  • Access the legend pane to which the title belongs (Legend).

Direct TdxChartLegendTitle Class References

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

See Also