Click or drag to resize

NumericLabelFormattingScientificMeasuredLabelItem Class

Represents a measured scientific label item.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3D.LabelFormattingNumericLabelFormattingScientificMeasuredLabelItem

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected class MeasuredLabelItem : IMeasuredLabelItem

The NumericLabelFormattingScientificMeasuredLabelItem type exposes the following members.

Constructors
 NameDescription
Public methodNumericLabelFormattingScientificMeasuredLabelItem Initializes a new measured scientific label item.
Top
Properties
 NameDescription
Public propertySize Gets the measured size of the label.
Top
Methods
 NameDescription
Public methodDraw Draws the measured label.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_exponent Stores the exponent text.
Protected field_firstpart Stores the mantissa text.
Protected field_font1 Stores the main font.
Protected field_font2 Stores the exponent font.
Protected field_lastpart Stores the suffix text.
Protected field_rightPadding Stores the right padding used to align exponents.
Protected field_size1 Stores the measured size of the mantissa part.
Protected field_size2 Stores the measured size of the exponent part.
Protected field_size3 Stores the measured size of the suffix part.
Top
See Also