Numeric |
protected class MeasuredLabelItem : IMeasuredLabelItem
The NumericLabelFormattingScientificMeasuredLabelItem type exposes the following members.
| Name | Description | |
|---|---|---|
| NumericLabelFormattingScientificMeasuredLabelItem | Initializes a new measured scientific label item. |
| Name | Description | |
|---|---|---|
| Draw | Draws the measured label. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _exponent | Stores the exponent text. | |
| _firstpart | Stores the mantissa text. | |
| _font1 | Stores the main font. | |
| _font2 | Stores the exponent font. | |
| _lastpart | Stores the suffix text. | |
| _rightPadding | Stores the right padding used to align exponents. | |
| _size1 | Stores the measured size of the mantissa part. | |
| _size2 | Stores the measured size of the exponent part. | |
| _size3 | Stores the measured size of the suffix part. |