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
)
Private Sub DrawString (
pText As String,
pX As Double,
pY As Double,
Optional pVertical As Boolean = 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