Jump to content
Software FX Community

MultipleColors Property, Bar or Pie Chart


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...