Skip to main content
All docs
V25.1
  • ILegendItemProvider.CreateLegendItems(IEnumerable<ILegendSourceItem>) Method

    Namespace: DevExpress.TreeMap

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