LabelFormattingBaseFormatItems Method |
Formats a couple of items as text. Special measured can be taken here to format all items the same way, for instance set the decimal separator to the same location.
Default implementation is using the Format function for
all values in the array.
Only neccessary to override this function if you do not override
GetMeasuredItems(Graphics, FontX, StringFormat, AltaxoVariant).
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual string[] FormatItems(
AltaxoVariant[] items
)
Parameters
- items AltaxoVariant
- The items to format.
Return Value
StringThe text representation of the items.
See Also