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

    Namespace: DevExpress.TreeMap

    Assembly: DevExpress.TreeMap.v26.1.Core.dll

    Declaration

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

    Parameters

    Name Type
    sourceItems IEnumerable<ILegendSourceItem>

    Returns

    Type
    List<ILegendItem>
    See Also