ZedGraph LogoZedGraph Class Library Documentation
TextObj Constructor (text, x, y, coordType)
NamespacesZedGraphTextObjTextObjTextObjNew(String, Double, Double, CoordType)
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,
	CoordType coordType
)
Public Sub New ( _
	text As String, _
	x As Double, _
	y As Double, _
	coordType As CoordType _
)
public:
TextObj (
	String^ text, 
	double x, 
	double y, 
	CoordType coordType
)
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.
coordType (CoordType)
The CoordType enum value that indicates what type of coordinate system the x and y parameters are referenced to.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621