Henry Olive 5 Posted Saturday at 12:57 AM Delphi : 10.4 Good Day How can i increase Vcl DBChart Line Series Line Thickness ? Thank You Share this post Link to post
david berneda 33 Posted Saturday at 09:39 PM Series1.LinePen.Width := 3; should work fine Share this post Link to post
Henry Olive 5 Posted 20 hours ago (edited) Thank you so much David I tried DBChart1.Series[1].LinePen.Width := 2 but i get Undeclared identifier: 'LinePen' error I'm using Delphi 10.4 Edited 20 hours ago by Henry Olive Share this post Link to post