Bug: DrawLineTool paint small dots while pen width>2

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

Bug: DrawLineTool paint small dots while pen width>2

Post by Fang » Mon Apr 24, 2006 7:58 pm

hi,
Drop a chart, and add TDrawLineTool and set its pen width to be 2. Run the program and whenever you click the chart, it paints a small dot.

The dot size depends on the pen width, but it wont' show up for size of 1.

These dots disappear after chart repaint.

Fang
vcl 7.06

Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

Post by Fang » Mon Apr 24, 2006 8:14 pm

Setting pen to Flat or Square solves the problem, only Round gives that problem. Ending style?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Apr 28, 2006 12:40 am

Hi Fang,

yes, this is by default, the end style, setting it to square or flat is the trick.

Post Reply