TcxGridChartDiagram.Legend Property
In This Article
Specifies a chart legend for a chart diagram.
#Declaration
Delphi
property Legend: TcxGridChartLegend read; write;
#Property Value
Type |
---|
Tcx |
#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