Line is not smooth.
Posted: Wed Mar 24, 2010 4:23 am
Hi
Can I make the line smooth. I tried the following things.
.Series(0).asLine.LinePen.Width = 2
.Series(0).asLine.LinePen.Style = psSolid
.Series(0).asLine.LinePen.EndStyle = esFlat
.Series(0).asLine.LineBrush = bsSolid
.Series(0).asLine.Brush.Style = bsSolid
but it is not working.
In Attached files what I am getting is "NotSmooth.jpg"
What I need is "SmoothOne_Sample.JPG"
Thanks
CS
Can I make the line smooth. I tried the following things.
.Series(0).asLine.LinePen.Width = 2
.Series(0).asLine.LinePen.Style = psSolid
.Series(0).asLine.LinePen.EndStyle = esFlat
.Series(0).asLine.LineBrush = bsSolid
.Series(0).asLine.Brush.Style = bsSolid
but it is not working.
In Attached files what I am getting is "NotSmooth.jpg"
What I need is "SmoothOne_Sample.JPG"
Thanks
CS