.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Chart Class : DefaultChartArea Property
DefaultChartArea Property
Gets a ChartArea object whose property settings will propagate to all other ChartArea objects on the chart image.
Syntax
'Declaration
 
Public ReadOnly Property DefaultChartArea As ChartArea
'Usage
 
Dim instance As Chart
Dim value As ChartArea
 
value = instance.DefaultChartArea
public ChartArea DefaultChartArea {get;}
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