Search found 1 match

by NCoR
Mon May 30, 2005 1:59 pm
Forum: VCL
Topic: Changing LineStyles
Replies: 1
Views: 3010

Changing LineStyles

Im trying to set the LineStyle to a dottet line.
Im writing in Delphi 7.
My code is like this:

for i:=0 to NumberOfSeries do
(FChart.Series as TLineSeries).LinePen.Style := psDashDotDot;

but nothing happens in the chart!

The Width of the line is set to 1.
What am I doing wrong?