Back to Devexpress

TdxChartLegendTitle Class

vcl-dxchartcore-5252ecb8.md

latest2.6 KB
Original Source

TdxChartLegendTitle Class

Stores a Chart or diagram legend title and its settings.

Declaration

delphi
TdxChartLegendTitle = class(
    TdxChartVisualElementTitle
)

Remarks

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

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.

TextSpecifies a legend pane title.VisibleHides or displays the title.Position | AlignmentPosition the title within its legend pane.AppearanceProvides access to general title appearance settings.WordWrap | MaxLineCountEnable word wrap and set the maximum line count.LegendProvides 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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartLegendTitle

See Also

TdxChartDiagramTitle Class

TdxChartTitle Class

TdxChartSeriesTitle Class

TdxChartLegendTitle Members

dxChartCore Unit