This is a migrated thread and some comments may be shown as answers.

Font size in HTMLChart

2 Answers 78 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Kashif
Top achievements
Rank 1
Kashif asked on 03 Jul 2012, 10:22 PM
We have started replacing the ASP.NET charts with RadHTML Charts.  How do we adjust the font size for the X and Y series.  I can't seem to find a property to do that.  Setting up the font size property at the chart level doesn't seem to impact anything.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Jul 2012, 05:41 AM
Hi Kashif,

Try the following JQuery to increase the font-size.

JS:
<script type="text/javascript">
    $(document).ready(function () {
        $("text").attr('style', "font-size:20px");
    });
</script>

Hope this helps.

Thanks,
Princy.
0
Marin Bratanov
Telerik team
answered on 04 Jul 2012, 07:38 AM
Hi guys,

Adding more customization options is in our TODO list as was discussed in the following thread:  http://www.telerik.com/community/forums/aspnet-ajax/htmlchart/combo-chart.aspx#2168688.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (HTML5)
Asked by
Kashif
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Marin Bratanov
Telerik team
Share this question
or