MinorGrid Property

Measurement Studio User Interface

MinorGrid Property

Syntax

CWTicks.MinorGrid

Data Type

Boolean

Purpose

Specifies if minor 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

See Also

MajorGrid