ChartArea Constructor(String,Series)
Initializes a new instance of the ChartArea class with a title and
SeriesCollection.
[Visual Basic]
Public Function New( _
ByVal title As String, _
ByVal s As Series _
)
Parameters
- title
- Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
- s
- A series of 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.