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

TcxGridChartDiagram.Legend Property

Specifies a chart legend for a chart diagram.

Declaration

property Legend: TcxGridChartLegend read; write;

Property Value

Type
TcxGridChartLegend

Remarks

Use the Legend property to access the chart legend’s appearance options. Chart legends provide information on what is displayed in the chart diagram via legend items.

Note

When there isn’t any series (series values) displayed within a diagram (the Visible property of the series is set to False) the chart legend is hidden as it isn’t required.

See Also