Click or drag to resize

LabelFormattingBaseFormatItem Method

Formats on item as text. If you do not provide this function, you have to override MeasureItem(Graphics, FontX, StringFormat, AltaxoVariant, PointF) and DrawItem(Graphics, BrushX, FontX, StringFormat, AltaxoVariant, PointF).

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