Jump to content

Change Label of UniChart


NNPaulo

Recommended Posts

Thanks for answer.

In: https://docs.sencha.com/extjs/6.7.0/modern/Ext.chart.series.Bar.html

...

axes: [{
       type: 'numeric',
       position: 'left',
       title: {
           text: 'Sample Values',
           fontSize: 15
       },
       fields: 'value',
       renderer: function(axis,label,layoutContext,lastLabel){ return lastLabel + ' KB'; }
   }, {
       type: 'category',

...

Change the label of Chart,

but i try change ... beforeinit in my project, but not working.

 

Link to comment
Share on other sites

Hi Hayri; Yes is working! I try in my test case of Dephi and in my main project in C++Builder and is working!

Thank you very much!

Where i can find more information about this _rndAxis_   and another functions that i can use to customize the axis of chart?

Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...