PlotArea.GridStyle
- Last UpdatedDec 08, 2015
- 1 minute read
The PlotArea.GridStyle property is a read-write integer property that gets or sets the grid line style.
0 = Solid
1 = Dash
2 = DashDot
3 = DashDotDot
4 = Dot
Syntax
PlotArea.GridStyle = int;
Result = PlotArea.GridStyle;
Remarks
The default is 0.