[VB] | Public Function addCustomDataLabel(dataSet As Integer, dataItem 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 dataSet, int dataItem, string label [, string font [, double fontSize [, int fontColor [, double fontAngle ]]]]); |