[]
Configurates Row. Sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.
public PlotAreaBuilder Row(int value)
Public Function Row(value As Integer) As PlotAreaBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| PlotAreaBuilder | Current builder. |