power(exponent:)
A number scale where each range value y can be expressed as a power function of the domain value x, with y = a * pow(x, exponent) + b.
Declaration
static func power(exponent: Double) -> ScaleTypeParameters
- exponent:
The exponent of the power function.