Back to Devexpress

Indicator.Legend Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicator-39c6c16d.md

latest1.0 KB
Original Source

Indicator.Legend Property

Specifies a legend (or its View Model) that contains the indicator’s legend item.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public object Legend { get; set; }
vb
Public Property Legend As Object

Property Value

TypeDescription
Object

An object of a legend’s View Model class or the Legend object.

|

See Also

Indicator Class

Indicator Members

DevExpress.Xpf.Charts Namespace