Specifies the style of the vertical grid lines displayed in the Chart.
Syntax
object.VerticalGridStyle [= enumEdgeStyle]
Properties
The VerticalGridStyle property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumEdgeStyle |
The style of the vertical grid lines. |
Settings
The settings for enumEdgeStyle are:
Constant |
Value |
Description |
EdgeStyleSolid |
0 |
Solid. |
EdgeStyleDash |
1 |
Dash. |
EdgeStyleDot |
2 |
Dot. |
EdgeStyleDashDot |
3 |
Dash-Dot. |
EdgeStyleDashDotDot |
4 |
Dash-Dot-Dot. |
EdgeStyleNone |
5 |
No border. |
EdgeStyleInsideFrame |
6 |
Inside Frame. |