Click or drag to resize

NumericLabelFormattingAutoFormatItems(Double) Method

Formats numeric items automatically using fixed or exponential notation as appropriate.

Namespace: Altaxo.Graph.Gdi.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 items to format.

Return Value

String
The formatted strings.
See Also