Click or drag to resize

LineChartDrawString Method

Writes text at x and y coordinate

Namespace:  SIC.Draw
Assembly:  SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private void DrawString(
	string pText,
	double pX,
	double pY,
	bool pVertical = false
)

Parameters

pText
Type: SystemString
Text
pX
Type: SystemDouble
X coordinate
pY
Type: SystemDouble
Y coordinate
pVertical (Optional)
Type: SystemBoolean
Text direction vertical
See Also