Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
The smart axis label panel feature is not present
posted

I have a bar graph with 45 bars. But i am facing issue to change the orintation of the xAxis label, so that labels can be visible for each graph. I am trying to use smart axis feature to achieve this but it is not present. How i can solve this issue?

Parents
  • 26458
    Suggested Answer
    Offline posted

    Hi,

    To use the smart axis panel you have to set the following property on the x axis.
    xAxis.useSmartAxisPanel = YES;

    It would also help to set the interval to 1 to ensure that each column in the column series has a label:
    xAxis.interval = 1; 

    If you don't see useSmartAxisPanel property on your axis, then you're probably using an older version of NucliOS.
     

Reply Children