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


Gets or sets the chart area on which the map is drawn. It accesses the same chart area instance as Chart.ChartArea

Syntax

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

Remarks

This property is equivalent to Chart.ChartArea

See Also

© 2010 All Rights Reserved.