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?
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.
HI,
Thanks for the quick response. I am using the trial version of Nuclios. And the useSmartAxisPanel property is not present. Which version i need to refer and from where i can get this ?