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

Strip.Legend Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public object Legend { get; set; }

Property Value

Type Description
Object

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

See Also