.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class > ChartArea Constructor : ChartArea Constructor(String,SeriesCollection)
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
Data plotted in this chart area.
ChartArea Constructor(String,SeriesCollection)
Initializes a new instance of the ChartArea class with a title and SeriesCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal title As String, _
   ByVal sc As SeriesCollection _
)
'Usage
 
Dim title As String
Dim sc As SeriesCollection
 
Dim instance As New ChartArea(title, sc)
public ChartArea( 
   string title,
   SeriesCollection sc
)

Parameters

title
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
sc
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