ScientificNotation

StockSharp.Xaml.Charting

定义科学或工程标记的常数。 例如, None 给默认的勾选标签, 而使用 Normalized 给上标的科学标记

字段

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

带有其他碱基功率的勾标,由LogarithmicBase确定. E.g 1x[碱基]+4 有上标

None
public const ScientificNotation None
value = ScientificNotation.None

默认勾选标签,% e.g =% 1 000

Normalized
public const ScientificNotation Normalized
value = ScientificNotation.Normalized

已规范化(科学) 勾选标签, e.g. 1x10^4 有上标