Questions tagged [shinobi]

ShinobiControls is a provider of iOS and Android components.

ShinobiControls is a provider of iOS and Android components to ease the development of native, cross platform mobile apps.

They offer a comprehensive set of interactive iOS charts, grids and powerful UI controls. In addition to iOS components,it also provide a powerful Android charting SDK.

It is shareware.

130 questions
0
votes
2 answers

Android - set other color for each data point in BarSeries (shinobicharts)

I trying use shinobicharts to design like as this chart: http://www.upsieutoc.com/images/2014/04/19/barseries.png BarSeries I used BarSeries, and i having a few problem following: i can't found function to set data on each DataPoint (20, 25, 30). i…
MrSiro
  • 281
  • 1
  • 4
  • 16
0
votes
3 answers

NSNumberFormatter returning null in Xamarin.iOS + ShinobiChart

I'm trying to get a string parsed into a NSNumber that has the % character in the end where I can use the in the ShinobiChart value property of the series. Given the following code, I'm creating the NSNumberFormatter: var formatter = new…
Gutemberg Ribeiro
  • 1,533
  • 1
  • 21
  • 45
0
votes
1 answer

Stacking LineSeries - Ordered Data requirement

I am plotting 7 time series using a LineSeries and I want to stack them. I am getting the same exception as is described on the Shinobi forum on the page linked below. *** Terminating app due to uncaught exception 'NSRangeException', reason: '***…
androider
  • 333
  • 5
  • 13
0
votes
1 answer

How to remove white broad border from Shinobi Pie Chart?

I have been trying to implement Shinobi Pie Chart, everything working fine but I can't remove this white broad border from the pie series(Please refer the image attachment). I have tried something like style.setCrustShown(false);(but it…
Sreedhu Madhu
  • 2,480
  • 2
  • 30
  • 40
0
votes
1 answer

ShinobiCharts throws CALayerInvalidGeometry error

I'm running into troubles trying to create a Donut chart on the Shinobi for iOS using Xamarin.iOS. The code that I'm using to setup the chart is the following: private void SetupSChart(){ float margin = 0; if…
Gutemberg Ribeiro
  • 1,533
  • 1
  • 21
  • 45
0
votes
1 answer

How to draw Line chart in monoandroid(xamarin) with shinobi chart library

I am using "shinobicontrols" (link given bellow) for my mono android application(xamarin).so, now i want to draw line chart for two data field one for "ask" price and one for "bid" price. so, any one can help me? thanks in advance…
Hari
  • 31
  • 1
  • 8
0
votes
1 answer

Android Studio - app depends on module's jar

My app is set up to depend on the module 'shinobicharts-android-library' and everything appears to compile correctly. The :app itself needs to import classes from a .jar in :shinobicharts-android-library, shouldn't this be accessible if…
Evan Leis
  • 494
  • 5
  • 13
0
votes
2 answers

Nsmutable Array getting corrupt on accessing it

I have a NSMutable array that gets populated from an api call and has 31 valid values in it. As we can see It has a collection of class object which has 4 attributes in it. Each of them have valid values assigned to them. Eg: dat,ancillary etc.…
ankit_rck
  • 1,796
  • 2
  • 14
  • 24
0
votes
1 answer

shinobi charts - adding symbols and a legend

I have been using shinobi charts in iOS and I have a line graph in my app - I would now like to add some symbols to the data points and a legend to explain what the symbols mean - If someone could point me to some sample code that would be very…
ianM
  • 393
  • 1
  • 3
  • 16
0
votes
1 answer

Error Inflating Class Fragment (related to ShinobiCharts)

I am getting an "Error inflating class fragment". Is it due to an error in my xml file? I have a feeling it may have something to do with the namespaces I'm using, but I'm not sure... Here's the logcat: 12-30 11:02:41.525: I/dalvikvm(8714): Could…
0
votes
1 answer

Margin for scatter series in Shinobi Charts on iOS

I'm using a scatter series in Shinobi Charts but points with maximum and minimum x and y values are being truncated because they're at the edge of the plot area? How can I add a small margin to the plot area so I can clearly see the scatter points…
ConfusedNoob
  • 9,826
  • 14
  • 64
  • 85
0
votes
2 answers

Multiple Point Selection in multiple series in Shinobi

I have two line series and how do I make points on both series selected at the same time? Basically, my chart has 2 y values sharing the same x value and I'm representing them as two series. I want to display both points as selected for a given X…
Geeky Gal
  • 15
  • 5
0
votes
1 answer

How to decrease the long press duration to show the crosshair for Shinobi iOS SDK?

I would like to make it easier for the user to show/hide the crosshair on the chart. How do I decrease the long press duration?
cbartel
  • 1,298
  • 1
  • 11
  • 18
0
votes
1 answer

Shinobi Chart got "No x axis found for series at index 0" error

I'm using ShinobiChart in my App, I set the numberOfSeries always be 1: -(int)numberOfSeriesInSChart:(ShinobiChart*)chart{ return 1; } and I used SChartDateTimeAxis for the xAxis : SChartDateTimeAxis *xAxis = [[SChartDateTimeAxis alloc]…
lxzhh
  • 416
  • 1
  • 3
  • 12
0
votes
1 answer

Can't load shinobicharts-android from loader

I'm trying to test out the ShinobiCharts for Android library. I have included the library folder as a project dependency (I'm on Intellij), and all the relevant classes (e.g. ShinobiChart, ChartFragment, etc) compile just fine. But when I run the…
1 2 3
8
9