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


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

Syntax

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

Parameters

name
Sets the name and label of this axis.
scale
Sets the scale of this axis.

See Also

© 2010 All Rights Reserved.