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


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

Syntax

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

Parameters

lowValue
Low value. (Number or DateTime)
highValue
High value. (Number or DateTime)

See Also

© 2010 All Rights Reserved.