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

TdxChartDiagramLegend Class

Stores settings of the legend pane displayed in a diagram.

Declaration

TdxChartDiagramLegend = class(
    TdxChartCustomLegend
)

Remarks

A diagram can display a legend pane populated with captions of those series in the diagram whose ShowInLegend properties are set to TdxChartSeriesShowInLegend.Diagram. The diagram displays no legend pane if it has no such series or the Legend.Visible property is set to False.

 VCL Chart Control: The Diagram Legend Pane

Simple diagram series display values instead of captions in a diagram or chart legend.

VCL Chart Control: The Simple Diagram Legend Pane

Main API Members

The list below outlines key members of the TdxChartCustomLegend class that allow you to configure chart and diagram legend panes.

Direct TdxChartCustomLegend Class References

The Legend property of an XY or simple diagram references a TdxChartDiagramLegend object.

See Also