Problems with add Arrays to TChart
Posted: Mon Jul 09, 2007 5:26 am
Hi there, i have the following Problem, i can do the following
objTChart.Add(CType(arrTimes.ToArray(GetType(DateTime)), DateTime()), CType(arrHiValue.ToArray(GetType(Double)), Double()))
i can do
objTChart.add(Date,Double,"Label")
but i cannot do add three Arrays
objTChart.add(arrTimes,arrHiValue,arrTimes.text)
why not. i've got allways error like
Error by the (German) Überladungsauflösung
the third Array is for the Labels in the Bottom Axis
objTChart.Add(CType(arrTimes.ToArray(GetType(DateTime)), DateTime()), CType(arrHiValue.ToArray(GetType(Double)), Double()))
i can do
objTChart.add(Date,Double,"Label")
but i cannot do add three Arrays
objTChart.add(arrTimes,arrHiValue,arrTimes.text)
why not. i've got allways error like
Error by the (German) Überladungsauflösung
the third Array is for the Labels in the Bottom Axis