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


name
Sets the name and label of this axis.
Initializes a new instance of the Axis class with a name and label.

Syntax

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

Parameters

name
Sets the name and label of this axis.

See Also

© 2010 All Rights Reserved.