Good day,
It is my first time using the MVC Chart control and I am experiencing a problem. I can't seem to change the font of my bar chart's axes.
I also want to change the colour of the bars in the graph. I'm not specifying a theme, but I do have some default inline CSS that gets applied to the chart (SVG element) if I view the source.
I'm using IE 9.
I tried to specify the style explicitly using HtmlAttributes on Chart level and Series level but it didn't work. The generated HTML still used an inline CSS that is generated by the Chart.
Here is my code:
My question is:
How can I change the font of my bar chart's axes?
and
How can I change the colour of the bars on the chart?
Thank you in advance!
Regards,
Matei