Open this page in the API Guide

MapDataInfoSvg.SvgSymbols Property

Gets the shapes of this map instance as a collection of SymbolInfoSvg.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<SymbolInfoSvg> SvgSymbols { get; }

Property Value

Type: ICollection<SymbolInfoSvg>
See Also