Skip to main content

CustomizeLegendEventArgs.Legend Property

Gets the chart’s legend.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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