Click or drag to resize

NumericLabelFormattingAutoFormatItems(Double) Method

Formats an array of numeric tick values using a consistent automatic format.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string[] FormatItems(
	double[] majorticks
)

Parameters

majorticks  Double
The numeric tick values.

Return Value

String
The formatted tick labels.
See Also