DXAxisLabelScientificNotation.ScientificNotation Property
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual DXScientificNotation ScientificNotation { get; set; }
Property Value
| Type |
|---|
| DXScientificNotation |
Available values:
| Name |
|---|
| DXAxisLabelScientificNotationNone |
| DXAxisLabelScientificNotationLogarithmic |
| DXAxisLabelScientificNotationE |
| DXAxisLabelScientificNotationNormalized |
See Also