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

MediaPlayer silently fails to play H264/MPEG4 video

I would like to use MediaView to play video streams and video files generated by the Shinobi media server but MediaView does not seem to be able to handle any stream or file generated by Shinobi. I am using Java 18 and JavaFX 19 (I have tried older…
5
votes
3 answers

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 value when u click the point of the chart.
nullmicgo
  • 407
  • 4
  • 19
4
votes
0 answers

ShinobiCharts on ColllectionView crashes with loadDataInBackground

I have ShinobiChart added in a CollectionViewCell. Initially I had a delay while displaying the charts. Using loadDataInBackground reduced delay significantly. However when I scroll repeadly and fast on CollectionView the App crashes. Any idea for…
someengr
  • 690
  • 4
  • 18
4
votes
1 answer

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 curves in the chart. I have some questions: Can i…
okipol
  • 1,197
  • 3
  • 11
  • 27
3
votes
1 answer

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 and Y value when u click the point of the chart -…
Paul Cysne
  • 61
  • 5
2
votes
2 answers

Objective - C calling variable not working

I have this variable defined here: const SDataGridCoord *clickedGridCoord; and I am populating it in this method: - (void)shinobiDataGrid:(ShinobiDataGrid *)grid willSelectCellAtCoordinate:(const SDataGridCoord *)gridCoordinate { if…
user979331
  • 11,039
  • 73
  • 223
  • 418
2
votes
1 answer

Show multiple crosshair target circles on Shinobicharts with same X position ( iOS )

I have a chart with 3 SChartLineSeries. I would like to show 3 simultaneous target points (from the crosshair that corresponds to his serie) at the same time. Like I have on this picture with dataPoints, but I would like have it on the same X…
santibernaldo
  • 825
  • 1
  • 11
  • 26
2
votes
1 answer

Printing shinobi chart into PDF

I have several shinobicharts in my App that I want to print into a PDF file. Everything else, like normal views, labels and images work fine, even the grid, legend and gridlabels are displayed. The only thing missing are the series. So basically I…
daydr3amer
  • 326
  • 2
  • 19
2
votes
1 answer

Stacked bar chart and Line Chart in shinobi charts

I have a report chart that contains 1 stacked bar chart and 3 line charts on a single graph with one X and Y axis. I have checked some of the shinobi chart controls but i coud not figure out a way to create such graph. I have checked out the Multi…
ankit_rck
  • 1,796
  • 2
  • 14
  • 24
2
votes
1 answer

How to customize the look of the crosshair for the iOS Shinobi SDK?

I would like to change the crosshair to a single vertical line. I'm looking for an example of a SChartCrosshair subclass that customizes the drawing. How do I customize the look of the crosshair?
cbartel
  • 1,298
  • 1
  • 11
  • 18
2
votes
1 answer

How to display gridlines in ShinobiCharts

I am using DateTimeAxis and NumberAxis for the X and Y Axis with ShinobiCharts. LineSeries are being added successfully to the chart and displayed properly. But the Gridlies which is mandatory for analysing the Series is not getting displayed and…
Timson
  • 1,337
  • 3
  • 19
  • 32
2
votes
1 answer

ShinobiCharts xAxis label being truncated

For reasons that are not relevant, I am trying to display a series on a line plot where the X-Axis values are individual days. I am using an X-Axis of type SChartAxisTypeNumber in conjunction with a custom axis formatter to convert the day number…
nickbona
  • 1,374
  • 1
  • 11
  • 23
2
votes
1 answer

Shinobi Charts: example of how to subclass SChartCrosshairTooltip or SChartCrosshairMultiValueTooltip

I'm using the Shinobi Controls charting package on iOS and I cannot fathom how to implement a crosshair tooltip showing multiple y values. In my case I have a candlestick chart showing standard financial OHLC data values using the…
Echelon
  • 7,306
  • 1
  • 36
  • 34
2
votes
1 answer

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 thing I noticed that while using class…
Yogi
  • 3,578
  • 3
  • 35
  • 56
1
vote
1 answer

Shonobi Data Grid scroll to a specific row

I have two grid let say grid a and grid b. Value of grid a is (1, 2, 3, 4, 5, ... 50) and in grid b (3, 5, 10, 25) . I need when I click row with value 10 in grid b, then grid a will automatically scroll to row with value 10 too. Below code I have…
MrX
  • 953
  • 2
  • 16
  • 42
1
2 3
8 9