Left Property

Measurement Studio User Interface

Left Property

Syntax

CWLabels.Left

Data Type

Boolean

Purpose

Specifies if labels appear to the left 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