Back to Devexpress

AxisLabelScientificNotation.ScientificNotation Property

maui-devexpress-dot-maui-dot-charts-dot-axislabelscientificnotation.md

latest1.7 KB
Original Source

AxisLabelScientificNotation.ScientificNotation Property

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

csharp
public ScientificNotation ScientificNotation { get; set; }

Property Value

TypeDefaultDescription
ScientificNotationNormalized

A ScientificNotation enumetaion value.

|

Available values:

NameDescription
None

A number is displayed according to AxisLabel.TextFormat, which you should set to #E+0 when you apply scientific notation to axis labels.

| | Logarithmic |

A number is displayed as m×[base]ⁿ, where [base] is equal to the AxisLogarithmicOptions.Base property value.

| | E |

A number is displayed as mEⁿ.

| | 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

AxisLabelScientificNotation Class

AxisLabelScientificNotation Members

DevExpress.Maui.Charts Namespace