ScientificNotation Enum
Lists values used to specify scientific notation applied to numbers that axis labels display.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
public enum ScientificNotation
#Members
Name | Description |
---|---|
None
|
A number is displayed according to Axis |
Logarithmic
|
A number is displayed as m×[base]ⁿ, where [base] is equal to the Axis |
E
|
A number is displayed as m |
Normalized
|
A number is displayed as m×10ⁿ, where the exponent n is selected so that the coefficient m is at least 1 but less than 10. |
#Related API Members
The following properties accept/return ScientificNotation values: