Skip to main content

Pane.Legends Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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