Click or drag to resize

NumericLabelFormattingFixedFormatItem(Double) Method

Formats a numeric tick value.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string FormatItem(
	double tick
)

Parameters

tick  Double
The tick value.

Return Value

String
The formatted label.
See Also