Skip to main content

ConstantLine.Legend Property

Gets or sets a legend displaying a constant line legend item.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Legend

A Legend object displaying a constant line legend.

See Also