.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class > ChartArea Constructor : ChartArea Constructor(String,Series)
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
A series of data plotted in this chart area.
ChartArea Constructor(String,Series)
Initializes a new instance of the ChartArea class with a title and SeriesCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal title As String, _
   ByVal s As Series _
)
'Usage
 
Dim title As String
Dim s As Series
 
Dim instance As New ChartArea(title, s)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also