[]
Sets the width of vertical grid line with a specified index.
public void SetVerticalGridLineWidth(int verticalGridLineIndex, float gridLineWidth)
Public Sub SetVerticalGridLineWidth(verticalGridLineIndex As Integer, gridLineWidth As Single)
Type | Name | Description |
---|---|---|
int | verticalGridLineIndex | Index of the vertical grid line [0..ColumnCount]. |
float | gridLineWidth | The width of the vertical grid line, in graphic units. |