Skip to main content
All docs
V24.2

ILegendItemProvider.CreateLegendItems(IEnumerable<ILegendSourceItem>) Method

Namespace: DevExpress.TreeMap

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

Declaration

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

Parameters

Name Type
sourceItems IEnumerable<ILegendSourceItem>

Returns

Type
List<ILegendItem>
See Also