NumericLabelFormattingAutoFormatItems(Double) Method |
Formats an array of numeric tick values using a consistent automatic format.
Namespace: Altaxo.Graph.Graph3D.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 tick values.
Return Value
StringThe formatted tick labels.
See Also