[CLOSED] How to set font of X & Y axis in Line Chart

  1. #1

    [CLOSED] How to set font of X & Y axis in Line Chart

    Hi,

    I am using a line Chart In ASP.net MVC application, where i want to decrease the font size of NumericAxis & Category axis.
    The default font size of NumericAxis is large therefore, it is rendering incomplete text, as show in attached image.



    Thanks
    Attached Thumbnails Click image for larger version. 

Name:	Test.png 
Views:	22 
Size:	37.0 KB 
ID:	7226  
    Last edited by Daniil; Nov 19, 2013 at 12:40 PM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    Please use a LabelTitle's Font. Here is the settings by default:
    <ext:NumericAxis Title="X" Fields="x" Position="Bottom">
        <LabelTitle Font="bold 18px Arial" />
    </ext:NumericAxis>
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @PriceRightHTML5team,

    Please use a LabelTitle's Font. Here is the settings by default:
    <ext:NumericAxis Title="X" Fields="x" Position="Bottom">
        <LabelTitle Font="bold 18px Arial" />
    </ext:NumericAxis>
    Thanks Daniil, its working.

Similar Threads

  1. Replies: 5
    Last Post: Oct 23, 2014, 9:18 PM
  2. [OPEN] [#252] Axis color in Chart
    By livehealthierGF in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: May 29, 2013, 3:54 AM
  3. Replies: 2
    Last Post: Oct 11, 2012, 10:40 PM
  4. Replies: 2
    Last Post: Aug 13, 2012, 2:12 PM
  5. Replies: 3
    Last Post: Jul 13, 2012, 10:28 AM

Posting Permissions