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

SeriesBase.Legend Property

Gets or sets a legend which displays the series legend item or series point legend items.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[DefaultValue(null)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Legend Legend { get; set; }

Property Value

Type Default Description
Legend *null*

A Legend object displaying a series legend.

See Also