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.v19.1.dll

Declaration

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

Property Value

Type Default Description
Legend *null*

A Legend object displaying a series legend.

See Also