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
1 answer

How do I display values on top of Shinobi bar chart for android

How do I display values on top of a bar chart using the shinobi library in android
Bee
  • 1
  • 2
0
votes
1 answer

Android - Shinobi charts

I'm implementing a bar graph using Shinobi library in android. I have two questions 1.How do I make the charts background transparent? 2.How do I redraw the graph to change the graph values after clicking a button after clicking a button?
Bee
  • 1
  • 2
0
votes
1 answer

Xamarin SIGSEGV error on quick switch

My app crashes whenever I try to quickly switch between 3 different views (each one containing some shinobi charts and webview as subviews) via 3 UIButtons. However I don't get any exception trown in my Application Logs. I am new to Xamarin…
Niko Zarzani
  • 1,372
  • 2
  • 15
  • 28
0
votes
1 answer

How to update/remove/insert new series/data in Shinobi Line Chart in android?

I am updating the chart but it showing old series also. How to update/remove/insert new series/data in Shinobi Line Chart in android? I am using this code: CategoryAxis xAxis = new CategoryAxis(); xAxis.enableGesturePanning(true); …
Darshak
  • 2,298
  • 4
  • 23
  • 45
0
votes
1 answer

Shinobi Pie Chart in iOS - get Label for selected datapoint

In my Shinobi Pie Chart, I want to change the display of the label when a slice is selected. I believe that this is the method that gets called when a slice is selected, but I don't see how to manipulate the label that is associated with that data…
matt
  • 1,947
  • 1
  • 19
  • 29
0
votes
1 answer

Setting x-axis of bar chart to show month

Hi everyone. Problem: I'm trying to get my xAxis to show on the month from the NSdate that I obtained. Desired output: Under each bar, it will show "Jan", "Feb", "Mar" etc... according to the event time. I read throught serveral thread and tried the…
bosslee
  • 139
  • 1
  • 1
  • 9
0
votes
1 answer

BarSeries linewidth ignored on Shinobi

I'm trying to set the width of the bars of a BarSeries with Shinobi. Code's following: DataAdapter da1 = new SimpleDataAdapter(); da1.add(new DataPoint("q1", 1.0)); da1.add(new…
Stephan
  • 1,858
  • 2
  • 25
  • 46
0
votes
1 answer

How to fill with a vertical gradient for bar charts with the Shinobi iOS SDK?

Shinobi currently supports a horizontal gradient for the bar chart (SChartColumnSeries). Is there a way to fill with a vertical gradient? As shown here:
cbartel
  • 1,298
  • 1
  • 11
  • 18
0
votes
1 answer

How to create a Chart Annotation that covers the y-axis for the Shinobi iOS SDK?

I would like to create a Chart Annotation that covers the y-axis like is shown in the image below. The view containing "160.86" is the one I'm trying to mimic. Is this possible with SChartAnnotations provided by Shinobi? Currently the annotation…
cbartel
  • 1,298
  • 1
  • 11
  • 18
0
votes
1 answer

Android Studio 0.8.0 with Shinobi Charts

I was trying out the sample code posted for shinobi charts on android studio 0.8.0 from https://github.com/ShinobiControls/shinobicharts-with-android-studio I tried to import the shinobicharts jar as an .jar library . It compiled perfectly , but I…
dante2702
  • 25
  • 6
0
votes
1 answer

Shinobi Chsrts grid lines custom number of lines

I try to create grid lines for my chart using Shinobi Charts, I can see that the amount of lines for axis depended of amount of ticks that displayed for the axis. I'm using this code to define grid lines: axis.majorTickFrequency = @(3); for…
Alinkaab
  • 1
  • 1
0
votes
1 answer

ShinobiCharts x axis labels folding when zoom out

Im using ShinobiCharts line type kind ,my x values are date strings and y are the values - longs. The chars points are displayed correctly but the x values lables are shown along the whole chart points, and shown on top of each other This is chart…
Vitaliy A
  • 3,651
  • 1
  • 32
  • 34
0
votes
2 answers

Try to add candlestickseries to shinobiCharts in Xamarin.Android

I'm novice at Xamarin and I'm trying to use ShinobiCharts in Xamarin.Android to show candlestick data on it. Code from .axml:
Dmitriy Kaluzhin
  • 118
  • 3
  • 12
0
votes
1 answer

Shinobi Chart Android alter Tick label

I have a requirement where i need to alter the tick label of the axis so as to show additional information on the axis on Shinobi Chart on Android. I'm aware that on iOS we can use -(void)sChart:(ShinobiChart *)chart alterTickMark:(SChartTickMark…
Karthik
  • 934
  • 9
  • 21
0
votes
1 answer

Shinobi Charts iOS - Rotate Pie Chart by code

I am displaying pie chart and drawing labels outside of chart itself. Sometimes I must display odd data, that one point takes up 90% of chart so the rest must "mash up" into remaining 10% of the chart. Everything is okay, but the labels (slice…
avuthless
  • 996
  • 2
  • 12
  • 27
1 2 3
8 9