Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.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