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


title
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
s
A series of data plotted in this chart area.
Initializes a new instance of the ChartArea class with a title and SeriesCollection.

Syntax

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

Parameters

title
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
s
A series of data plotted in this chart area.

See Also

© 2010 All Rights Reserved.