MajorGrid Property

Measurement Studio User Interface

MajorGrid Property

Syntax

CWTicks.MajorGrid

Data Type

Boolean

Purpose

Specifies if major grid lines appear.

Example

'Enable major and minor grid lines on the graph's x axis
CWGraph1.Axes.Item(1).Ticks.MajorGrid = True
CWGraph1.Axes.Item(1).Ticks.MinorGrid = True

'Set the grid line colors
CWGraph1.Axes.Item(1).Ticks.MajorGridColor = vbRed
CWGraph1.Axes.Item(1).Ticks.MinorGridColor = vbYellow