Click or drag to resize

DateTimeLabelFormattingFormatItem Method


Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override 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