TLineSeries Point Border Color
Posted: Wed Aug 18, 2004 12:12 am
Hi,
we have a TeeChart 6.01 with Delphi 6 and all the latest updates.
I have declared a variable like this.
and using it like this.
Now I don't seem to find a way to change the border color of the Pointer or Point I can change it while I am looking at the chart by clicking the edit button but I want to do it in code and make the point Border color same as the point color.
Thanks for any inputs in advance.
Cheers
we have a TeeChart 6.01 with Delphi 6 and all the latest updates.
I have declared a variable like this.
Code: Select all
aLineSeries: TLineSeries;
Code: Select all
aLineSeries.Pointer.Visible := True;
aLineSeries.Pointer.HorizSize := 2;
aLineSeries.Pointer.VertSize := 2;
aLineSeries.Pointer.Style := psRectangle;
aLineSeries.Pointer.Color := aLineSeries.Color;
Thanks for any inputs in advance.
Cheers