We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Could I add X axis more?

Hello, all.
I wanna add X axis more.
Could I add that?
I wanna make like below photo.

please help me!!

3 Replies

DD Dharanidharan Dharmasivam Syncfusion Team May 19, 2017 09:46 AM UTC

Hi June, 

Thanks for contacting Syncfusion support. 

We have analyzed your query. We have prepared a sample with respect to the provided screenshot. In this, x axis can be moved by using crossesAt property and if you need not to move the axis labels with the axis line, then you need to specify false to showNextToAxisLine property of primaryXAxis. Find the code snippet to achieve this requirement. 

JS: 

$("#container").ejChart( 
        { 
              primaryXAxis: 
                    { 
                             crossesAt : 0, 
                             showNextToAxisLine : false 
               }, 
              //... 
           }); 

Screenshot: 
 

Sample for reference can be find from below link. 

If we have misunderstood your query, kindly revert us with more information on your query. 

Thanks, 
Dharani. 



JU June May 19, 2017 09:46 PM UTC

Thank you for helping me. Dharani,


DD Dharanidharan Dharmasivam Syncfusion Team May 22, 2017 04:35 AM UTC

Hi June, 

Thanks for your update. 

Kindly revert us, if you need further assistance. 

Thanks, 
Dharani. 


Loader.
Live Chat Icon For mobile
Up arrow icon