User (Legacy) Posted October 11, 2000 Report Share Posted October 11, 2000 I'd like to control the color of the sections of a pie chart. I've been unsuccessful with either a Pie or Bar chart. It seems the following should color the 6th slice/point, but doesn't work. Ideas? nSeries = 1 nPoints = 13 objChart1.MultipleColors = True objChart1.OpenDataEx COD_COLORS, nSeries, nPoints objChart1.Color(0 + (5* 1)) = RGB(0, 0, 255) 'from the help on .Color objChart1.CloseData COD_COLORS Thanks, Steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.