LegendBase.ItemsPanel Property
In This Article
Gets or sets the template that defines the panel that controls the layout of items.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ItemsPanelTemplate ItemsPanel { get; set; }
#Property Value
Type | Description |
---|---|
Items |
An Items |
See Also