dotnetCHARTING Send comments on this topic.
Mapping Property
See Also 
dotnetCHARTING Namespace > Chart Class : Mapping Property


This property is used only when using a map chart: (Chart.Type = ChartType.Map).

Syntax

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

See Also