.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > JSMapping Class : ReferenceLayers Property
ReferenceLayers Property
A list of comma delimited map codes or geoJSON/topoJSON files that are loaded into memory but not shown on the chart by default. This is useful when a series is built based on map features in memory.
Syntax
'Declaration
 
Public Property ReferenceLayers As String
'Usage
 
Dim instance As JSMapping
Dim value As String
 
instance.ReferenceLayers = value
 
value = instance.ReferenceLayers
public string ReferenceLayers {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also