Click or drag to resize

Altaxo.Graph.Graph3D.LabelFormatting Namespace

Contains label-formatting models for three-dimensional graphs.
Classes
 ClassDescription
Public classDateTimeLabelFormatting Formatting of DateTime values.
Public classFreeLabelFormatting Formatting with the help of a .NET framework formatting string.
Public classLabelFormattingBase Provides the base implementation for label-formatting classes.
Protected classLabelFormattingBaseMeasuredLabelItem Represents a measured label item.
Public classMultiLineLabelFormattingBase Provides the base implementation for multi-line label-formatting classes.
Protected classMultiLineLabelFormattingBaseMeasuredLabelItem Represents a measured multi-line label item.
Public classNumericLabelFormattingAuto Responsible for getting strings out of numeric values for the ticks, decide itself what format to use.
Public classNumericLabelFormattingFixed Formats numeric labels using the default fixed-point string conversion.
Public classNumericLabelFormattingMantissa Displays only the mantissa of a number. Usefull for minor ticks on logarithmic axes.
Public classNumericLabelFormattingRadian Formats numeric labels as fractions 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 label item.
Interfaces
 InterfaceDescription
Public interfaceILabelFormatting Procedures to format an item of the AltaxoVariant class.
Public interfaceIMeasuredLabelItem Represents a label item that has already been measured and is ready to draw.
Enumerations
 EnumerationDescription
Public enumerationDateTimeLabelFormattingTimeConversion Determines how date-time values are converted before formatting.