Click or drag to resize

NumericLabelFormattingScientificFormatItem(AltaxoVariant) 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.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