Skip to main content
All docs
V23.2

ILegendItemProvider.CreateLegendItems(IEnumerable<ILegendSourceItem>) Method

Namespace: DevExpress.TreeMap

Assembly: DevExpress.TreeMap.v23.2.Core.dll

NuGet Package: DevExpress.TreeMap.Core

Declaration

List<ILegendItem> CreateLegendItems(
    IEnumerable<ILegendSourceItem> sourceItems
)

Parameters

Name Type
sourceItems IEnumerable<ILegendSourceItem>

Returns

Type
List<ILegendItem>
See Also