Altaxo. |
| Class | Description | |
|---|---|---|
| DateTimeLabelFormatting | Formatting of DateTime values. | |
| FreeLabelFormatting | Formatting with the help of a .NET framework formatting string. | |
| LabelFormattingBase | Provides a base class for label formatting implementations. | |
| LabelFormattingBaseMeasuredLabelItem | Represents a measured single-line label item. | |
| MultiLineLabelFormattingBase | Provides a base class for multiline label formatting implementations. | |
| MultiLineLabelFormattingBaseMeasuredLabelItem | Represents a measured multiline label item. | |
| NumericLabelFormattingAuto | Responsible for getting strings out of numeric values for the ticks, decide itself what format to use. | |
| NumericLabelFormattingBase | Provides a base class for numeric label formatting implementations. | |
| NumericLabelFormattingFixed | Formats numeric values using fixed notation. | |
| NumericLabelFormattingMantissa | Displays only the mantissa of a number. Usefull for minor ticks on logarithmic axes. | |
| NumericLabelFormattingRadian | Formats numeric values as multiples of π where possible. | |
| NumericLabelFormattingScientific | Formats a numeric item in scientific notation, i.e. in the form mantissa*10^exponent. | |
| NumericLabelFormattingScientificMeasuredLabelItem | Represents a measured scientific-notation label item. |
| Interface | Description | |
|---|---|---|
| ILabelFormatting | Procedures to format an item of the AltaxoVariant class. | |
| IMeasuredLabelItem | Interface for a label item that is ready to draw and was already measured. |
| Enumeration | Description | |
|---|---|---|
| DateTimeLabelFormattingTimeConversion | Defines how the time value is converted before formatting. |