LabelFormattingBaseFormatItem Method |
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract string FormatItem(
AltaxoVariant item
)
Parameters
- item AltaxoVariant
- The item to format as text.
Return Value
StringThe formatted text representation of this item.
See Also