ScientificNotation Enumeration
Defines constant for scientific or engineering notation on NumericAxis
Members
Member | Description |
---|---|
E | Engineering tick labeling, e.g. 1E+4 without superscript |
LogarithmicBase | Tick labelling with of power of other bases, determined by LogarithmicNumericAxis.getLogarithmicBase E.g. 1x[base]+4 with superscript |
None | Default tick labeling, e.g. 10000 |
Normalized | Normalized (Scientific) tick labeling, e.g. 1x10^4 with superscript |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting.visuals.axes.ScientificNotation
See Also