Is there a way to increase to the font size of the labels and titles on a piechart? All the properties that I see are Read Only and only allow you to Get the font size. i need to do this programmatically because i am dynamically creating each chart within a FlowLayoutPanel. any help, i appreciate it. thanks
nevermind.
x.PieChart.Labels.Font = New System.Drawing.Font("Verdana", 10)