Jump to content
Software FX Community

bar chart Bkcolor


User (Legacy)

Recommended Posts

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...