SetVerticalGridLineWidth Method
Sets the width of vertical grid line with a specified index.
public void SetVerticalGridLineWidth(
System.int ,
System.float
)
'Declaration
Public Sub SetVerticalGridLineWidth( _
ByVal As System.Integer, _
ByVal As System.Single _
)
Parameters
- verticalGridLineIndex
- Index of the vertical grid line [0..ColumnCount].
- gridLineWidth
- The width of the vertical grid line, in graphic units.