ZedGraph LogoZedGraph Class Library Documentation
Text Property
NamespacesZedGraphTextObjText
The TextObj to be displayed. This text can be multi-line by including newline ('\n') characters between the lines.
Declaration Syntax
C#Visual BasicVisual C++
public string Text{ get; set;}
Public Property Text As String
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621