Skip to main content

Legend.Items Property

For internal use. Gets or sets the collection of legend items.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[Browsable(false)]
public List<LegendItem> Items { get; set; }

#Property Value

Type Description
List<LegendItem>

A collection of the DevExpress.Xpf.Charts.LegendItem objects.

#Remarks

This property is used to support binding, when applying a control template to a Legend object.

See Also