each line segment of a series a different thickness

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Andy
Newbie
Newbie
Posts: 3
Joined: Thu May 20, 2004 4:00 am

each line segment of a series a different thickness

Post by Andy » Tue May 25, 2004 9:01 pm

Within a single series of a line chart, is it possible to make each line segment a different thinkness?

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed May 26, 2004 6:47 am

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..
Marjan Slatinek,
http://www.steema.com

Post Reply