AxisLabelScientificNotation.ScientificNotation Property
In This Article
Gets or sets whether axis labels display numbers in normalized, e or logarithmic notation. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public ScientificNotation ScientificNotation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scientific |
Normalized | A Scientific |
Available values:
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. |
See Also