Hi!
I have a problem with mschart.I didn't know whether there is a solution about this problem.
Yes,it works,but when new values are transfered to data property of mschart,mschart control flashs.
Can we prevent this?
I have a problem with mschart.I didn't know whether there is a solution about this problem.
Code:
For i = 1 To 30
MSChart1.Column = 1
MSChart1.Row = i
MSChart1.Data = fifo(i)
Next i
Yes,it works,but when new values are transfered to data property of mschart,mschart control flashs.
Can we prevent this?