GridLinesToShow Property

Specifies which grid lines to show in an Enhanced Chart.

Syntax

object.GridLinesToShow [=enumGridLinesToShow]

Properties

The GridLinesToShow property syntax has these parts:

Part

Description

object

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

enumGridLinesToShow

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

Valid entries:
0 – GridBothXY
1 – GridYAxis
2 – GridXAxis
3 – GridNone

 

Applies To