GridStyle Property

Specifies the style of the gird lines in an Enhanced Chart.

Syntax

object.GridStyle  [=enumGridStyle]

Properties

The GridStyle property syntax has  these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumGridStyle

An enumeration representing the grid style display preference in a HistogramChart, LineChart, SPCBarChart, or XYChart Object:

Valid entries:
0 – GridThin
1 – GridThick
2 – GridDot
3 – GridDash
4 – GridOnePixel

 

Applies To