kirsan31 / winforms-datavisualization

System.Windows.Forms.DataVisualization provides charting for WinForms applications.
MIT License
45 stars 19 forks source link

Question #21

Closed paul1956 closed 1 year ago

paul1956 commented 1 year ago

Is there any way to make line width in Legend wider without make the line plotted wider. image

BG line is wider in both chart and legend and looks good but if I make the other lines wider the chart does not look correct.

image

The 3 colors Min Basal, BG and High Limit all look close in the Legend but in the chart the look different. I would like them to be wider in just the Legend.

kirsan31 commented 1 year ago

Yes, you can achieve this thru custom legend items:

image

You can increase line width up to 4 pixel, or use rectangle type.