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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...