NumericLabelFormattingScientificShowExponentAlways Property |
Gets or sets a value indicating whether to show the exponent for all numeric values.
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ShowExponentAlways { get; set; }
Property Value
Boolean
If
, the exponent is shown even for numbers inbetween 1 and 10. If false, for numbers between 1 and 10 only the mantissa is displayed.
See Also