See Also

AxisTick Class  | AxisTick Members  | Overload List

Language

Visual Basic

C#

Show All

lowValue
Low value.
highValue
High value.
overrideTheTicks
When true, the axis tick will override ticks within it's range, otherwise, it will be a range tick.
See Also Languages dotnetCHARTING Send comments on this topic.

AxisTick Constructor(Object,Object,Boolean)

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.

[Visual Basic]
Public Function New( _    ByVal lowValue As Object, _    ByVal highValue As Object, _    ByVal overrideTheTicks As Boolean _ )
[C#]
public AxisTick(    object lowValue,    object highValue,    bool overrideTheTicks );

Parameters

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

See Also

AxisTick Class  | AxisTick Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.