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
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