Click or drag to resize
Text Class
The value of the attribute "Title".
Inheritance Hierarchy
SystemObject
  Imsl.Chart2DText

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public class Text

The Text type exposes the following members.

Constructors
  NameDescription
Public methodText(String)
Constructs a Text object from a string.
Public methodText(String, Int32)
Constructs a Text object from a string with specified alignment.
Public methodText(String, IFormatProvider, IFormattable)
Constructs a Text object given a format string, an IFormatProvider and the value to be formatted.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAlignment
The alignment for this Text object.
Public propertyDefaultAlignment
The default alignment for this Text object.
Public propertyDefaultOffset
The default value of the offset.
Public propertyOffset
The offset for this Text object.
Public propertyString
A string representation of this Text object.
Top
Remarks

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.

See Also