[VB] | Public Function addTitle(text As String [, font As String [, fontSize As Double [, fontColor As Integer [, bgColor As Integer [, edgeColor As Integer ]]]]]) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox addTitle(string text [, string font [, double fontSize [, int fontColor [, int bgColor [, int edgeColor ]]]]]); |