SeriesBase.Legend Property
In This Article
Gets or sets a legend which displays the series legend item or series point legend items.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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