set font for ms chart vb.net

The solution for “set font for ms chart vb.net” can be found here. The following code will assist you in solving the problem.

chartName.ChartAreas(“chartAreaName”).AxisX.LabelStyle.Font = New System.Drawing.Font(“Calibri”, 11.0F, FontStyle.Bold)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts