Color not taken into account when Pointer.Style = psCross
Posted: Fri Feb 06, 2004 1:05 pm
Hi,
I use TeeChart Pro v6.01 with Delphi7.
I have a TeeChart with one point series.
If I write the following code :
Series2.Pointer.Style := psTriangle;
Series2.AddXY(2,2,'',clRed);
Series2.AddXY(3,3'',clRed);
I see 2 red triangle points on my teeChart as expected.
But if I replace the first line by :
Series2.Pointer.Style := psCross;
I see 2 cross points but instead of being red, they are grey...
Is it a bug ? Does anyone has already see that ??
Thank you by advance,
Verane.[/b]
I use TeeChart Pro v6.01 with Delphi7.
I have a TeeChart with one point series.
If I write the following code :
Series2.Pointer.Style := psTriangle;
Series2.AddXY(2,2,'',clRed);
Series2.AddXY(3,3'',clRed);
I see 2 red triangle points on my teeChart as expected.
But if I replace the first line by :
Series2.Pointer.Style := psCross;
I see 2 cross points but instead of being red, they are grey...
Is it a bug ? Does anyone has already see that ??
Thank you by advance,
Verane.[/b]