Sets the string for the Text object to render.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public string String { get; set; } |
Visual Basic (Declaration) |
---|
Public Property String As String |
Visual C++ |
---|
public: property String^ String { String^ get (); void set (String^ value); } |