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


s
A series of data plotted in this chart area.
Initializes a new instance of the ChartArea class with a Series.

Syntax

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

Parameters

s
A series of data plotted in this chart area.

See Also

© 2010 All Rights Reserved.