Below Property
Syntax
CWTicks.Below
Data Type
Purpose
Specifies if tick marks are drawn below the object.
Remarks
This property is valid only when the axis is horizontal.
Example
'Turn on all ticks on the graph
'Work on the x axis
CWGraph1.Axes.Item(1).Ticks.Above = True
CWGraph1.Axes.Item(1).Ticks.Below = True
'Work on the y axis
CWGraph1.Axes.Item(2).Ticks.Left = True
CWGraph1.Axes.Item(2).Ticks.Right = True