Hi,
Since I have to add lots of points, I use the AddArray function instead of AddXY to save the response time.
I have to assign each group of points with different color, but the AddArray function is not like AddXY that can be assigned different color.
Is there any solution that after adding a group of points (using AddArray), I can assign one color for this group of points?
Thanks in advance.
How to change the color of points when I use addarray
Hi Albert,
you can use the PointColor property.
TChart1.Series(0).PointColor(0) = vbBlue
you can use the PointColor property.
TChart1.Series(0).PointColor(0) = vbBlue
Pep Jorge
http://support.steema.com
http://support.steema.com