Below Property
Syntax
CWLabels.Below
Data Type
Purpose
Specifies if labels appear below the object.
Remarks
This property is valid only when the axis is horizontal.
Example
'Turn on all axis labels on the graph
'Work on the x axis
CWGraph1.Axes.Item(1).Labels.Above = True
CWGraph1.Axes.Item(1).Labels.Below = True
'Work on the y axis
CWGraph1.Axes.Item(2).Labels.Left = True
CWGraph1.Axes.Item(2).Labels.Right = True