SciChart.Charting Assembly > SciChart.Charting Namespace : ScientificNotation Enumeration
ScientificNotation Enumeration
Defines constants for scientific or engineering notation on SciChart.Charting.Visuals.Axes.NumericAxis. For instance, using None gives default tick labels, whereas using Normalized gives a scientific notation with superscript
Syntax
public enum ScientificNotation : System.Enum 
Members
MemberDescription
E Engineering tick labeling, e.g. 1E+4 without superscript
LogarithmicBaseTick labeling with power of other bases, determined by LogarithmicBase. Allows non-integer values as exponent. E.g. 1x[base]+4.5 with superscript
LogarithmicBaseIntegerExponentTick labeling with power of other bases, determined by LogarithmicBase. Keeps exponent value integer. E.g. 4.53x[base]-12 with superscript
None Default tick labeling, e.g. 10000
Normalized Normalized (Scientific) tick labeling, e.g. 1x10^4 with superscript
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.ScientificNotation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also