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