Back to Devexpress

LegendBase.ItemsPanel Property

wpf-devexpress-dot-xpf-dot-charts-dot-legendbase-1de25356.md

latest1.2 KB
Original Source

LegendBase.ItemsPanel Property

Gets or sets the template that defines the panel that controls the layout of items.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ItemsPanelTemplate ItemsPanel { get; set; }
vb
Public Property ItemsPanel As ItemsPanelTemplate

Property Value

TypeDescription
ItemsPanelTemplate

An ItemsPanelTemplate that defines the panel to use for the layout of the items.

|

See Also

ItemTemplate

LegendBase Class

LegendBase Members

DevExpress.Xpf.Charts Namespace