NumericLabelFormattingAutoFormatItems(Double) Method |
Formats numeric items automatically using fixed or exponential notation as appropriate.
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string[] FormatItems(
double[] majorticks
)
Parameters
- majorticks Double
- The numeric items to format.
Return Value
StringThe formatted strings.
See Also