Inside Property

Measurement Studio User Interface

Inside Property

Syntax

CWTicks.Inside

Data Type

Boolean

Purpose

Specifies if tick marks are drawn on the inside of the axis.

Example

'Draw ticks on the inside and outside of the axis
CWGraph1.Axes.Item(1).Ticks.Inside = True

CWGraph1.Axes.Item(1).Ticks.Outside = True