Text Class |
Namespace: Imsl.Chart2D
The Text type exposes the following members.
Name | Description | |
---|---|---|
Text(String) |
Constructs a Text object from a string.
| |
Text(String, Int32) |
Constructs a Text object from a string with specified
alignment.
| |
Text(String, IFormatProvider, IFormattable) |
Constructs a Text object given a format string, an
IFormatProvider and the value to be formatted.
|
Name | Description | |
---|---|---|
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 a hash function for a particular type. (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 | |
---|---|---|
Alignment |
The alignment for this Text object.
| |
DefaultAlignment |
The default alignment for this Text object.
| |
DefaultOffset |
The default value of the offset.
| |
Offset |
The offset for this Text object.
| |
String |
A string representation of this Text object.
|
A title is a multi-line string with alignment information.
Line breaks are indicated by the newline character ('\n') within the string.
Titles are drawn relative to a reference point. Alignment determines the position of the reference point on the horizontally-aligned box that bounds the text.