Jump to content
Software FX Community

transparent bar


User (Legacy)

Recommended Posts

All you have to do is assign CHART_TRANSPARENT as the color for the desired

series, e.g. in a stacked chart with 2 series you would write

Chart.OpenDataEx COD_COLORS,2,0

Chart.Color(0) = RGB(255,0,0)

Chart.Color(1) = CHART_TRANSPARENT

Chart.CloseData COD_COLORS

--

Regards

JC

Software FX Support

"Erwin" <erwin.waltenspuehl@softronic.ch> wrote in message

news:3C2DEED1.88DA197@softronic.ch...

> I have a stacked bar chart with horizontal gridlines.

> Now i would like to have a transparent bar in the middle, because if I

> make it white then I don't see the gridline.

> Does anyone have any idea? (see attachment)

>

> thanks a lot,

> erwin

----------------------------------------------------------------------------

----

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...