Click or drag to resize

LabelFormattingBaseFormatItems Method

Formats a couple of items as text. Special measured can be taken here to format all items the same way, for instance set the decimal separator to the same location. Default implementation is using the Format function for all values in the array. Only neccessary to override this function if you do not override GetMeasuredItems(IGraphicsContext3D, FontX3D, AltaxoVariant).

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual string[] FormatItems(
	AltaxoVariant[] items
)

Parameters

items  AltaxoVariant
The items to format.

Return Value

String
The text representation of the items.
See Also