[CLOSED] [#28] Change style of axis title

  1. #1

    [CLOSED] [#28] Change style of axis title

    Is there an easy way to change the style of Axis titles? I am using the base theme and I find the titles to be too big in font size. It seems like the title styles are set inline. Is there a way to override that?
    Last edited by Daniil; Dec 29, 2012 at 11:10 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use the LabelTitle config.
    <ext:NumericAxis Title="X" Fields="x" Position="Bottom">
        <LabelTitle Font="bold 12px Arial" />
    </ext:NumericAxis>
    The default is
    bold 18px Arial
    Last edited by Daniil; Jul 19, 2012 at 3:39 PM.
  3. #3
    this doesn't work for GaugeAxis title. It seems like LabelTitle is ignored for gauges.
  4. #4
    Thank you for the report. We will investigate.
  5. #5
  6. #6
    Sencha opened a bug ticket. We will monitor.
  7. #7
    Opened an Issue to track this defect, see

    https://github.com/extnet/Ext.NET/issues/28

    Looks like this issue has been fixed in Ext JS 4.1.4. The fix will be incorporated in one of the next the Ext.NET releases.
  8. #8
    It has been fixed in SVN (trunk).

    Thank you again for the report.

Similar Threads

  1. ext:Desktop StartMenu title how to change it
    By xtremexploit in forum 1.x Help
    Replies: 2
    Last Post: Nov 29, 2011, 3:23 PM
  2. [CLOSED] Change Popup window Title
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 16, 2011, 11:15 AM
  3. [CLOSED] Any way to change the Fieldset Title font color?
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 28, 2011, 2:03 PM
  4. Replies: 4
    Last Post: Mar 04, 2010, 12:06 PM
  5. Change Tab title
    By Dgsoft.ru in forum 1.x Help
    Replies: 1
    Last Post: Apr 13, 2009, 11:39 AM

Posting Permissions