Left Property

Measurement Studio User Interface

Left Property

Syntax

CWTicks.Left

Data Type

Boolean

Purpose

Specifies if tick marks are drawn to the left of the object.

Remarks

This property is valid only when the axis is vertical.

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