Skip to main content
A newer version of this page is available. .

Strip.Legend Property

Gets or sets a legend displaying a strip legend item.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[NonTestableProperty]
[TypeConverter(typeof(LegendTargetTypeConverter))]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public Legend Legend { get; set; }

Property Value

Type Description
Legend

A Legend object displaying a strip legend.

See Also