Strip.Legend Property
In This Article
Gets or sets a legend displaying a strip legend item.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Legend Legend { get; set; }
#Property Value
Type | Description |
---|---|
Legend | A Legend object displaying a strip legend. |
See Also