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