Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public ItemsPanelTemplate ItemsPanel { get; set; }

    Property Value

    Type Description
    ItemsPanelTemplate

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

    See Also