[C#] | public ChartDirector.TextBox addText(int x, int y, string text [, string font [, double fontSize [, int fontColor [, int alignment [, double angle ]]]]]); |
[VB] | Public Function addText(x As Integer, y As Integer, text As String [, font As String [, fontSize As Double [, fontColor As Integer [, alignment As Integer [, angle As Double ]]]]]) As ChartDirector.TextBox |