Click or drag to resize

LabelFormattingBaseFormatItem Method


Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract string FormatItem(
	AltaxoVariant item
)

Parameters

item  AltaxoVariant
The item to format as text.

Return Value

String
The formatted text representation of this item.
See Also