Right Property
Syntax
CWLabels.Right
Data Type
Purpose
Specifies if labels appear to the right of the object.
Remarks
This property is valid only when the axis is vertical.
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