Page 1 of 1

TPointSeries and Transparency

Posted: Mon Jul 02, 2012 11:11 am
by 16462341
Hi, I would like to make some red circles where the "inter content" is transparent (accordingly, I'm using style := bsClear) - However, When I'm using the code below the inner content becomes blue? How Can I avoid that?


Chart1.FreeAllSeries();
Chart1.RemoveAllSeries;
Chart1.View3D := false;

Chart1.AddSeries(TPointSeries.Create(self));
Chart1[Chart1.SeriesCount-1].ParentChart := Chart1;
Chart1[Chart1.SeriesCount-1].FillSampleValues(10);

with Chart1[Chart1.SeriesCount-1] as TpointSeries do
with Pointer do
begin
Style:=psCircle;
HorizSize:=8;
VertSize:=8;
Brush.Style:=bsClear;
Pen.Color:=clPurple;
Pen.Width:=2;
end;

Re: TPointSeries and Transparency

Posted: Mon Jul 02, 2012 1:24 pm
by yeray
Hi Hans,

You are right. I could reproduce it with v2012.05 and v2012.06 so I've added it to the defect list to be fixed asap (TV52016237).
Thanks for reporting it.

Re: TPointSeries and Transparency

Posted: Wed Jan 23, 2013 10:32 am
by yeray
Hi Hans,

I'm glad to tell you this has just been fixed for the next maintenance release.