See Also

ChartArea Class  | ChartArea Members  | Overload List

Language

Visual Basic

C#

Show All

title
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
sc
Data plotted in this chart area.
See Also Languages dotnetCHARTING Send comments on this topic.

ChartArea Constructor(String,SeriesCollection)

Initializes a new instance of the ChartArea class with a title and SeriesCollection.

[Visual Basic]
Public Function New( _    ByVal title As String, _    ByVal sc As SeriesCollection _ )
[C#]
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.

See Also

ChartArea Class  | ChartArea Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.