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