[]
Sets the AxisY property.
public TBuilder AxisY(Position position)
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)
Type | Name | Description |
---|---|---|
Action<ChartAxisBuilder<T>> | build | The build function |
Type | Description |
---|---|
TBuilder | Current builder |