Right Property

Measurement Studio User Interface

Right Property

Syntax

CWTicks.Right

Data Type

Boolean

Purpose

Specifies if tick marks are drawn to the right 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