iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIScientificNotation
enum SCIScientificNotation : NSUInteger {}
Defines constant for scientific or engineering notation on SCINumericAxis.
-
Default tick labeling, e.g.
10000Declaration
Objective-C
SCIScientificNotation_None -
Normalized (Scientific) tick labeling, e.g.
1x10^4with superscript.Declaration
Objective-C
SCIScientificNotation_Normalized -
Engineering tick labeling, e.g.
1E+4without superscript.Declaration
Objective-C
SCIScientificNotation_E -
Tick labelling with of power of other bases, determined by
ISCILogarithmicNumericAxis.logarithmicBase, e.g.1x[base]+4with superscript.Declaration
Objective-C
SCIScientificNotation_LogarithmicBase
View on GitHub