Page 1 of 1

How to change the color of points when I use addarray

Posted: Tue Oct 12, 2004 2:30 am
by 8121155
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.

Posted: Tue Oct 12, 2004 8:53 pm
by Pep
Hi Albert,

you can use the PointColor property.
TChart1.Series(0).PointColor(0) = vbBlue