Back to Devexpress

ConstantLine.Legend Property

corelibraries-devexpress-dot-xtracharts-dot-constantline-de1d4691.md

latest1.2 KB
Original Source

ConstantLine.Legend Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Legend

A Legend object displaying a constant line legend.

|

See Also

ConstantLine Class

ConstantLine Members

DevExpress.XtraCharts Namespace