ExponentFormat Type

Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If "none", it appears as 1,000,000,000. If "e", 1e+9. If "E", 1E+9. If "power", 1x10^9 (with 9 in a super script). If "SI", 1G. If "B", 1B.

Union cases

Union case Description

B

Full Usage: B

E

Full Usage: E

Ecapital

Full Usage: Ecapital

None

Full Usage: None

Power

Full Usage: Power

SI

Full Usage: SI

Instance members

Instance member Description

this.Convert

Full Usage: this.Convert

Returns: obj
Returns: obj

Static members

Static member Description

ExponentFormat.convert

Full Usage: ExponentFormat.convert

Returns: ExponentFormat -> obj
Returns: ExponentFormat -> obj

ExponentFormat.toString

Full Usage: ExponentFormat.toString

Returns: ExponentFormat -> string
Returns: ExponentFormat -> string