dotnetCHARTING Send comments on this topic.
ReferenceLayers Property
See Also 
dotnetCHARTING Namespace > JSMapping Class : 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

Visual Basic (Declaration) 
Public Property ReferenceLayers As String
Visual Basic (Usage)Copy Code
Dim instance As JSMapping
Dim value As String
 
instance.ReferenceLayers = value
 
value = instance.ReferenceLayers
C# 
public string ReferenceLayers {get; set;}

See Also

© 2021 All Rights Reserved.