Henry Olive 5 Posted yesterday 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 16 hours ago Series1.LinePen.Width := 3; should work fine Share this post Link to post
Henry Olive 5 Posted 7 minutes 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 3 minutes ago by Henry Olive Share this post Link to post