Click or drag to resize

NumericLabelFormattingScientificMeasuredLabelItem Class

Represents a measured scientific-notation label item.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Gdi.LabelFormattingNumericLabelFormattingScientificMeasuredLabelItem

Namespace: Altaxo.Graph.Gdi.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 instance of the NumericLabelFormattingScientificMeasuredLabelItem class.
Top
Properties
 NameDescription
Public propertySize Size of the enclosing rectangle of the label item.
Top
Methods
 NameDescription
Public methodDraw Draws the label to a specified point.
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 The exponent portion of the label.
Protected field_firstpart The leading portion of the label.
Protected field_font1 The font used for the leading and trailing text.
Protected field_font2 The font used for the exponent text.
Protected field_lastpart The trailing portion of the label.
Protected field_rightPadding The padding added to keep exponents aligned.
Protected field_size1 The measured size of the leading portion.
Protected field_size2 The measured size of the exponent portion.
Protected field_size3 The measured size of the trailing portion.
Protected field_strfmt The string formatting used for drawing.
Top
See Also