Above Property

Measurement Studio User Interface

Above Property

Syntax

CWLabels.Above

Data Type

Boolean

Purpose

Specifies if labels appear above 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