Click or drag to resize

Altaxo.Graph.Gdi.LabelFormatting Namespace

Contains label-formatting models and measured-label helpers for GDI graphs.
Classes
 ClassDescription
Public classDateTimeLabelFormatting Formatting of DateTime values.
Public classFreeLabelFormatting Formatting with the help of a .NET framework formatting string.
Public classLabelFormattingBase Provides a base class for label formatting implementations.
Protected classLabelFormattingBaseMeasuredLabelItem Represents a measured single-line label item.
Public classMultiLineLabelFormattingBase Provides a base class for multiline label formatting implementations.
Protected classMultiLineLabelFormattingBaseMeasuredLabelItem Represents a measured multiline label item.
Public classNumericLabelFormattingAuto Responsible for getting strings out of numeric values for the ticks, decide itself what format to use.
Public classNumericLabelFormattingBase Provides a base class for numeric label formatting implementations.
Public classNumericLabelFormattingFixed Formats numeric values using fixed notation.
Public classNumericLabelFormattingMantissa Displays only the mantissa of a number. Usefull for minor ticks on logarithmic axes.
Public classNumericLabelFormattingRadian Formats numeric values as multiples of π where possible.
Public classNumericLabelFormattingScientific Formats a numeric item in scientific notation, i.e. in the form mantissa*10^exponent.
Protected classNumericLabelFormattingScientificMeasuredLabelItem Represents a measured scientific-notation label item.
Interfaces
 InterfaceDescription
Public interfaceILabelFormatting Procedures to format an item of the AltaxoVariant class.
Public interfaceIMeasuredLabelItem Interface for a label item that is ready to draw and was already measured.
Enumerations
 EnumerationDescription
Public enumerationDateTimeLabelFormattingTimeConversion Defines how the time value is converted before formatting.