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?
Hello Abhishek,
I am glad to hear we were able to assist you. Do let us know if you have any additional questions.
Hi,
I got the latest vesion and the smart axis feature is available.
Thanks,
Abhishek
You should be able to tell which version you have if you go to /Developer/Infragistics folder. You should see NUCLIOS 2014 Volume 2 folder. If you don't, you can go to http://ko.infragistics.com/products/ios and click "Download Free Trial". Once you have to correct version, you should be able to browse NUCLIOS 2014 Volume 2/Framework/IGChart.framework/Headers/Axis.h to see useSmartAxisPanel property.
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 ?
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.