Open this page in the API Guide

ShapeInfoSvg.ContextData Property

Gets the context data of the shape.

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 IList<string> ContextData {
	get;
 }

Property Value

Type: IList<String>
The context data of the shape.
See Also