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

Pane.Legends Property

Returns a collection of legends which are docked to the pane.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

[Browsable(false)]
public PaneTargetLegendsCollection Legends { get; }

Property Value

Type Description
DevExpress.Xpf.Charts.Native.PaneTargetLegendsCollection

A collection of Legend objects docked to the pane.

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also