ZedGraph LogoZedGraph Class Library Documentation
TextObj Constructor (text, x, y)
NamespacesZedGraphTextObjTextObjTextObjNew(String, Double, Double)
Constructor that sets all TextObj properties to default values as defined in the TextObj..::Default class.
Declaration Syntax
C#Visual BasicVisual C++
public TextObj(
	string text,
	double x,
	double y
)
Public Sub New ( _
	text As String, _
	x As Double, _
	y As Double _
)
public:
TextObj (
	String^ text, 
	double x, 
	double y
)
Parameters
text (String)
The text to be displayed.
x (Double)
The x position of the text. The units of this position are specified by the CoordinateFrame property. The text will be aligned to this position based on the AlignH property.
y (Double)
The y position of the text. The units of this position are specified by the CoordinateFrame property. The text will be aligned to this position based on the AlignV property.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621