dotnetCHARTING Send comments on this topic.
ChartArea Constructor(String)
See Also 
dotnetCHARTING Namespace > ChartArea Class > ChartArea Constructor : ChartArea Constructor(String)


title
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.
Initializes a new instance of the ChartArea class with a title.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal title As String _
)
Visual Basic (Usage)Copy Code
Dim title As String
 
Dim instance As ChartArea(title)
C# 
public ChartArea( 
   string title
)

Parameters

title
Chart area's title, equivalent of using: ChartArea.TitleBox.Text.

See Also

© 2010 All Rights Reserved.