[VB] | Public Function addCustomDataLabel(i As Integer, label As String [, font As String [, fontSize As Double [, fontColor As Integer [, fontAngle As Double ]]]]) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox addCustomDataLabel(int i, string label [, string font [, double fontSize [, int fontColor [, double fontAngle ]]]]); |