Changing LineStyles
Posted: Mon May 30, 2005 1:59 pm
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?
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?