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