MinorGridColor Property
From Measurement Studio User Interface
MinorGridColor Property
Syntax
CWTicks.MinorGridColor
Data Type
Purpose
Specifies the color of minor grid lines.
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