NumericLabelFormattingFixedFormatItem(Double) Method |
Formats a numeric value.
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string FormatItem(
double tick
)
Parameters
- tick Double
- The numeric value.
Return Value
StringThe formatted string.
See Also