NumericLabelFormattingScientificFormatItem(Double) Method |
Formats the specified numeric tick value.
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string FormatItem(
double tick
)
Parameters
- tick Double
- The tick value to format.
Return Value
StringThe formatted tick label.
See Also