cancel
Showing results for 
Search instead for 
Did you mean: 

How to Hide axis Title ??

Former Member
0 Kudos

Hello Experts,

Is there any way to hide Axis title ?

If yes can anyone help me please

Thaks in Advance,

Bharath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

using this we can hide the Title

valueAxis: {

         label: {

           formatString: '0'

         },

         title:{

          visible:false

         }

       }

Regards,

Bharath

Answers (0)