AnnotationString Property |
Sets the string for the Text object to render.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public string String { get; set; }
Public Property String As String
Get
Set
public:
property String^ String {
String^ get ();
void set (String^ value);
}
member String : string with get, set
Property Value
Type:
String
The
String for the
Text object to render.
See Also