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


Gets a ChartArea object whose property settings will propagate to all other ChartArea objects on the chart image.

Syntax

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

See Also

© 2010 All Rights Reserved.