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


lowValue
Low value.(Number or DateTime)
highValue
High value.(Number or DateTime)
overrideTheTicks
When true, the axis tick will override ticks within it's range, otherwise, it will be a range tick.
Initializes a new instance of the AxisTick class with an arbitrary numeric or DateTime range and an option to make this axis tick override ticks within it's range instead of appearing on the axis.

Syntax

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

Parameters

lowValue
Low value.(Number or DateTime)
highValue
High value.(Number or DateTime)
overrideTheTicks
When true, the axis tick will override ticks within it's range, otherwise, it will be a range tick.

See Also

© 2010 All Rights Reserved.