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


lowValue
Low value.(Number or DateTime)
highValue
High value.(Number or DateTime)
labelText
Label text.
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime range and label.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal lowValue As Object, _
   ByVal highValue As Object, _
   ByVal labelText As String _
)
Visual Basic (Usage)Copy Code
Dim lowValue As Object
Dim highValue As Object
Dim labelText As String
 
Dim instance As AxisTick(lowValue, highValue, labelText)
C# 
public AxisTick( 
   object lowValue,
   object highValue,
   string labelText
)

Parameters

lowValue
Low value.(Number or DateTime)
highValue
High value.(Number or DateTime)
labelText
Label text.

See Also

© 2010 All Rights Reserved.