User (Legacy) Posted August 25, 2003 Report Posted August 25, 2003 Hi, I want to have 10 legends for my pie chart. I do the following for (int i=0; i<10; i++) { m_pChartFX->Legend[i] = PacketSizeLegend[i]; } I have the output enclosed in a bmp file(attached with this mail). I see two colors get repeated(for 64-127 and 1024-2047), how do i assign different colors for each legend. Regards, Rao
Software FX Posted August 25, 2003 Report Posted August 25, 2003 It looks like you are assigning color different than the default. In the default settings the second color is not the one I see in your legend. Here is a screenshot of the DEFAULT color palette: -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.