[]
Sets the AxisY property.
public TBuilder AxisY(Position position)
Public Function AxisY(position As Position) As TBuilder
| Type | Name | Description |
|---|---|---|
| Position | position | The position of AxisY |
| Type | Description |
|---|---|
| TBuilder | Current builder |
Sets the AxisY property.
public TBuilder AxisY(Action<ChartAxisBuilder<T>> build)
Public Function AxisY(build As Action(Of ChartAxisBuilder(Of T))) As TBuilder
| Type | Name | Description |
|---|---|---|
| Action<ChartAxisBuilder<T>> | build | The build function |
| Type | Description |
|---|---|
| TBuilder | Current builder |