Search found 6 matches

by Astrotech
Thu Jul 15, 2004 3:03 pm
Forum: ActiveX
Topic: Making series bars displayed over other series transparent
Replies: 11
Views: 13894

Hi Chris, I can send you the complete module with the additonal files that you will need in a zip archive for you to see exactly what the problem might be with the bar transparency. I do not wish to post the whole module to the newsgroup for all to see. Provide me with a private e-mail address that ...
by Astrotech
Thu Jul 08, 2004 12:43 pm
Forum: ActiveX
Topic: Making series bars displayed over other series transparent
Replies: 11
Views: 13894

Hi Josep, I have previously submitted the entire procedure to this forum where the problem lies for your evaluation. TChart1.Series(24) TChart1.Series(25) TChart1.Series(26) TChart1.Series(27) TChart1.Series(28) TChart1.Series(29) TChart1.Series(30) TChart1.Series(39) TChart1.Series(40) TChart1.Seri...
by Astrotech
Mon Jul 05, 2004 3:08 pm
Forum: ActiveX
Topic: Making series bars displayed over other series transparent
Replies: 11
Views: 13894

Hi Josep, Listed below is the code for the proceedure that I am trying to get to work. Everything but the transparent bars on the last one Series(46) work well. Hopefully this will stimulate an idea. Best regards, Private Sub cmdAI_Click() cmdDelLine_click TChart1.Axis.Right.Title.Visible = True TCh...
by Astrotech
Mon Jul 05, 2004 2:11 pm
Forum: ActiveX
Topic: Making series bars displayed over other series transparent
Replies: 11
Views: 13894

Hi Josep, Still no success. I added .Series(46).asBar.BarBrush.Style = bsClear .Series(46).asBar.BarPen.Style = psSolid and the bars are still not visible although the line and candle series are visible. The bars are visible, but cover the other line series when the above code is deleted. If I rever...
by Astrotech
Mon Jul 05, 2004 1:09 pm
Forum: ActiveX
Topic: Making series bars displayed over other series transparent
Replies: 11
Views: 13894

Hi Josep,

When I use this code ( .Series(46).asBar.BarBrush.Style = bsClear)
the bar is not visible at all on the chart. All the other line series are visible. Any other ideas. I have also tried repositioning the order of the bar series in the list which also does not work.
by Astrotech
Sat Jul 03, 2004 8:42 pm
Forum: ActiveX
Topic: Making series bars displayed over other series transparent
Replies: 11
Views: 13894

Making series bars displayed over other series transparent

I'm trying to produce a bar series that is transparent (i.e. does not cover the existing multiple series already present on the chart). The data in the series that needs to be transparent is derived from previous series already displayed on the chart. I have tried a number of different ways of doing...