[]
Configurates ScaleX. Sets the initial scale of axis X.
public ChartGesturesBuilder<T> ScaleX(float value)
Type | Name | Description |
---|---|---|
float | value | The value. |
Type | Description |
---|---|
ChartGesturesBuilder<T> | Current builder. |
The scale should be more than 0 and less than or equal to 1. The scale specifies which part of the range between Min and Max is shown. When scale is 1 (default value), the whole axis range is visible.