ShinobiControls — are iOS charts, grids, developer tools, custom UI controls for iPhone and iPad
0
votes
1answer
17 views
Shinobi chart not accessible when inside a scrollview
My application shows an horizontally scrollable area which should contain two different chart implemented using the Shinobi libraries. As my paged Scrollview is made using ATPagingView, I included the ...
0
votes
1answer
63 views
Cannot find ShinobiCharts Header File?
I am using the ShinobiCharts Framework for an app I am making and Xcode Cannot find the headers to use it.
I have included the Framework by following these instructions:
Adding Framework in Xcode 4
...
0
votes
1answer
43 views
Display hierarchical datas in ShinobiCharts
Using hierarchical datas, I would like to allow users to be able to select an item to view its corresponding subitems.
Example :
Item A
-> SubItem1
-> SubItem2
-> SubItem3
Item B
-> ...
0
votes
0answers
34 views
Handle long touch events in ShinobiCharts
I'm using ShinobiCharts with Xamarin MonoTouch and I would like to allow my PieCharts to allow following features :
- on touch, highlight corresponding legend and show tooltip
- on long touch, reload ...
1
vote
1answer
136 views
ShinobiCharts hiding axis
I am using Shinobi charts on iOS and i am having issues when i try not to display the axis.
chart.axis.width = @0 -> doesn't work
chart.axis.width = @0.1 -> it works ok seems hacky though.
Is ...
1
vote
1answer
133 views
How to create and display labels to show the X/Y values when you click on a Shinobi chart?
I am trying to create and show labels with the X and Y values when a point in a Shinobi chart for iOS is clicked.
I have found the first part of the answer here
ShinobiCharts:How can show the X value ...
2
votes
1answer
200 views
How to set the bar width to a fixed value in Shinobi Charts?
I am trying to get used to Shinobi charts developed for iOS. I've downloaded trial version on same and trying to plot some sample charts using it. The charts look pretty good in demo apps. But one ...
1
vote
1answer
51 views
ShinobiCharts memory not being collected by the GC
I have recently been tasked with profiling an application written in Xamarin.iOS using Xamarin Studio. The problem I'm facing is that I don't know whether I can trust the Xamarin Studio profiler when ...
3
votes
1answer
302 views
Shinobi Charts iOS -> custom crosshair behavior, custom tick on axis for selected data point, drawing on the chart
Currently I am trying out the ShinobiCharts. I am hoping that they will meet the requirements for the App the company I work at is making.
In this app there has to be the possibility to track the ...
2
votes
3answers
210 views
ShinobiCharts:How can show the X value and Y value when u click the point of the chart
I am now using ShinobiCharts iOS chart framework.
Can anyone please give me a example that provide the function as the following image?
I want to do the function which can show the X value and Y ...

