V
Vergassivellaunus
Guest
Using this:
Me.Chart1.Series(0).Points.Clear()
if points are many, it takes to much time. For ex., if points are 100000, in my PC it takes some second to clear.
This is not good; is there another way?
In VB6 this was immediate.
Continue reading...
Me.Chart1.Series(0).Points.Clear()
if points are many, it takes to much time. For ex., if points are 100000, in my PC it takes some second to clear.
This is not good; is there another way?
In VB6 this was immediate.
Continue reading...