Back to Devexpress

SeriesBase.Legend Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-47cb298c.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[DefaultValue(null)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Legend Legend { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<DefaultValue(Nothing)>
Public Property Legend As Legend

Property Value

TypeDefaultDescription
Legendnull

A Legend object displaying a series legend.

|

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace