ScientificNotation

StockSharp.Xaml.Charting

Defines constants for scientific or engineering notation on NumericAxis. For instance, using None gives default tick labels, whereas using Normalized gives a scientific notation with superscript

Fields

E
public const ScientificNotation E
value = ScientificNotation.E

Engineering tick labelling, e.g. 1E+4 without superscript

LogarithmicBase
public const ScientificNotation LogarithmicBase
value = ScientificNotation.LogarithmicBase

Tick labelling with power of other bases, determined by LogarithmicBase. E.g. 1x[base]+4 with superscript

None
public const ScientificNotation None
value = ScientificNotation.None

Default tick labelling, e.g. 10000

Normalized
public const ScientificNotation Normalized
value = ScientificNotation.Normalized

Normalized (Scientific) tick labelling, e.g. 1x10^4 with superscript