Skip to main content

SeriesView.LegendItems Property

Gets a list of legend items for this series.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public List<LegendItem> LegendItems { get; }

Property Value

Type Description
List<DevExpress.UI.Xaml.Charts.LegendItem>

A List<T><DevExpress.UI.Xaml.Charts.LegendItem,> object.

Remarks

For internal use only.

See Also