Hello !
I want to draw an shape serie on my chart but I want the background of it to be transparent BUT I want to have the pen visible (so I can see a pattern on it). So something like setting the brush transparent but still have a visible Pen.
Thank you
Transparent background for shape serie
Hi Ced,
how about using :
tChart1.Series(0).AsShape.Transparent = true
?
how about using :
tChart1.Series(0).AsShape.Transparent = true
?
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Ced,
you can do this :
With TChart1
.Series(0).asShape.Brush.Style = bsCross
.Series(0).Color = clNone
End With
but does not allow to change the Brush color.
you can do this :
With TChart1
.Series(0).asShape.Brush.Style = bsCross
.Series(0).Color = clNone
End With
but does not allow to change the Brush color.
Pep Jorge
http://support.steema.com
http://support.steema.com