Interface IMapLegendInfoProvider
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public interface IMapLegendInfoProvider
Methods
GetLegendInfo(MapLegendElement)
Declaration
List<MapLegendInfoItem> GetLegendInfo(MapLegendElement mapElement)
Parameters
|
MapLegendElement
mapElement
|
Returns
|
System.Collections.Generic.List<MapLegendInfoItem>
|