Page 1 of 1

Pen.mode for series line

Posted: Thu Mar 09, 2017 10:31 am
by 16579547
I set up a series with

Code: Select all

ASeries := TLineSeries.Create(Form1);
with ASeries do
begin
   SeriesColor:= claSilver;
   LinePen.Mode:=pmXOR;
end;
Chart1.AddSeries(ASeries);
// Then add some points with
ASeries.AddXY(x, y);
...
The line setting the pen mode appears to have no effect. Where am I going wrong?

I have some colored shapes behind the series created in the OnBeforeDrawSeries event and I am trying to set a series line color that will be visible for any color behind.

Re: Pen.mode for series line

Posted: Fri Mar 10, 2017 10:58 am
by yeray
Hello,

I've just added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1816

Feel free to add your mail to the CC list to be automatically notified when an update arrives.