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


Gets a collection of additional ChartArea objects added to the chart.

Syntax

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

See Also

© 2010 All Rights Reserved.