Jump to content
Software FX Community

RE: bar chart Bkcolor


Software FX

Recommended Posts

The background color is used when ChartFX paints patterns (as opposed to solid bars). 

In your case you want to modify the series colors and you will have to create a "white" series with values equal to 100 or create a stacked100 chart. Please note that you will have to first make your chart a 1-series chart (and 4 values) so that you can later add the "white" series.

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: S. Ramli [ mailto:sramli@speedtomarket.com]

Posted At: Wednesday, June 14, 2000 7:45 PM

Posted To: Server

Conversation: bar chart Bkcolor

Subject: bar chart Bkcolor

hi, i need help for the back gound color of a specific series

i tried to do using the Bkcolor but i still did not see the Bkcolor

appears on the specific series

the code:

...

chart.RgbBk = RGB(255,255,255)

Chart.Rgb2DBk = RGB(192,192,192)

...

...

chart.OpenDataEx COD_COLORS,2,0

...

Chart.Series(0).BkColor = RGB(255,0,0)

Chart.Series(1).BkColor = RGB(255,255,255)

chart.CloseData COD_COLORS

...

i enclosed 2 picture, the first is te one that i got from the code and

the second is the one that i expected (the second is not done by

ChartFX)

picture 1

[image]

picture 2

[image]

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...