vcl-dxchartcore-5252ecb8.md
Stores a Chart or diagram legend title and its settings.
TdxChartLegendTitle = class(
TdxChartVisualElementTitle
)
A legend title helps users understand the purpose of legend items.
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.
The Title property of Chart and diagram legend panes references a TdxChartLegendTitle object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartVisualElementTitle TdxChartLegendTitle
See Also