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

CustomizeLegendEventArgs.Legend Property

Gets the chart’s legend.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public Legend Legend { get; }

Property Value

Type Description
Legend

A Legend object, representing the chart’s legend.

Remarks

Use the Legend property, to access the legend at runtime, in the ChartControl.CustomizeLegend (or, WebChartControl.CustomizeLegend) event handler.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also