I want to change the Y-axis label font size.
I tried...
AxisY LineColor="64, 64, 64, 64" LabelAutoFitMinFontSize="5"
LabelStyle Font="NanumGothic, 5pt"
and
Chart1.ChartAreas["ChartArea1"].AxisX.LabelStyle.Font.Size = 5;
but it doesn't work. Its size cannot be modified even though I extend or minify it.
Please help me...!! :)