dotnetCHARTING Send comments on this topic.
ChartArea Constructor(SeriesCollection)
See Also 
dotnetCHARTING Namespace > ChartArea Class > ChartArea Constructor : ChartArea Constructor(SeriesCollection)


sc
Data plotted in this chart area.
Initializes a new instance of the ChartArea class with a SeriesCollection.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sc As SeriesCollection _
)
Visual Basic (Usage)Copy Code
Dim sc As SeriesCollection
 
Dim instance As ChartArea(sc)
C# 
public ChartArea( 
   SeriesCollection sc
)

Parameters

sc
Data plotted in this chart area.

See Also

© 2010 All Rights Reserved.