.netCHARTING v10.5 Documentation


ChartArea Property (Mapping)
Gets or sets the chart area on which the map is drawn. It accesses the same chart area instance as Chart.ChartArea
Syntax
'Declaration
 
Public Property ChartArea As ChartArea
'Usage
 
Dim instance As Mapping
Dim value As ChartArea
 
instance.ChartArea = value
 
value = instance.ChartArea
public ChartArea ChartArea {get; set;}
Remarks
This property is equivalent to Chart.ChartArea
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