Page 1 of 1

each line segment of a series a different thickness

Posted: Tue May 25, 2004 9:01 pm
by 9337560
Within a single series of a line chart, is it possible to make each line segment a different thinkness?

Posted: Wed May 26, 2004 6:47 am
by Marjan
Hi, Andy.

Perhaps by using a trick. First set the line series Pointer.Visible property to true. Next, set the pointer style to psSmallDots. Finally, use line series OnGetPointerStyle to change the (next) point pen properties by changing current canvas (line pen) width, color, etc..