Skip to main content
All docs
V24.1

ILegendItemProvider.CreateLegendItems(IEnumerable<ILegendSourceItem>) Method

Namespace: DevExpress.TreeMap

Assembly: DevExpress.TreeMap.v24.1.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