ChartArea Constructor(String,Series)
Initializes a new instance of the ChartArea class with a title and SeriesCollection.
Syntax
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