chart.ChartAreas[0].AxisX.LabelStyle.Font
chart.ChartAreas[0].AxisY.LabelStyle.Font
is the property you need to set the font for the Axes.
MikeB
2009-10-10 16:09:47
chart.ChartAreas[0].AxisX.LabelStyle.Font
chart.ChartAreas[0].AxisY.LabelStyle.Font
is the property you need to set the font for the Axes.
Another problem I faced was the jaggies on the text. Changing from .png
to .jpg
did the trick!