Numeric |
protected class MeasuredLabelItem : IMeasuredLabelItem
The NumericLabelFormattingScientificMeasuredLabelItem type exposes the following members.
| Name | Description | |
|---|---|---|
| NumericLabelFormattingScientificMeasuredLabelItem | Initializes a new instance of the NumericLabelFormattingScientificMeasuredLabelItem class. |
| Name | Description | |
|---|---|---|
| Draw | Draws the label to a specified point. | |
| 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 | The exponent portion of the label. | |
| _firstpart | The leading portion of the label. | |
| _font1 | The font used for the leading and trailing text. | |
| _font2 | The font used for the exponent text. | |
| _lastpart | The trailing portion of the label. | |
| _rightPadding | The padding added to keep exponents aligned. | |
| _size1 | The measured size of the leading portion. | |
| _size2 | The measured size of the exponent portion. | |
| _size3 | The measured size of the trailing portion. | |
| _strfmt | The string formatting used for drawing. |