[]
Configurates PlotAreaIndex. Sets the plot area for the axis.
public ChartAxisBuilder<T> PlotAreaIndex(int? value)
Public Function PlotAreaIndex(value As Integer?) As ChartAxisBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| int? | value | The value. |
| Type | Description |
|---|---|
| ChartAxisBuilder<T> | Current builder. |