Henry Olive 6 Posted July 5 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 36 Posted July 5 Series1.LinePen.Width := 3; should work fine Share this post Link to post
Henry Olive 6 Posted July 6 (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 July 6 by Henry Olive Share this post Link to post