Questions tagged [scichart]

SciChart: Big Data chart library for JavaScript, WPF (Windows Presentation Foundation), iOS, macOS and Android

SciChart is a cross-platform WPF, iOS, Android and Xamarin Charting Library, which supports rendering of real-time charts with many millions of datapoints for applications and embedded systems that require high performance, rich interaction and smooth updates.

Capable of many rendering real-time charts with many millions of data-points, SciChart serves thousands of customers world-wide and is used enthusiastically in systems ranging from Automotive to Defence, Pharmaceutical to Oil & Gas, Investment Banking to Trading.

SciChart WPF 2D charts

SciChart WPF 3D charts

SciChart iOS/Android/Xamarin charts

175 questions
2
votes
1 answer

SciChart.ColumnChart - draw value on axis for each tick

Based on the example from the SciChart SDK for Column Chart (2D Charts - Column Chart). How do I display each "X" value on X axis; I.e. right now it is "0, 2, 4, 6 etc" But I need "0, 1, 2, 3, 4, 5 etc." I played with…
BayE
  • 75
  • 2
  • 6
2
votes
0 answers

Scichart Legend won't consume mouse activity

I have a realtime scrolling chart with a legend. The legend works as expected but when the legend is clicked the mouse click propagates to the Scichart surface below, this is problematic as the surface is also setup to zoom and pan. When a series…
Moon Waxing
  • 695
  • 13
  • 19
2
votes
1 answer

SciChart - ColumnRenderableSeries3D column diameter

I am trying to implement a chart with a ColumnRenderableSeries3D series, but with a small amount of data points (25x25) the columns are nearly invisible. At higher numbers of data points (100x100) with a wider range of values this problem becomes…
Matt
  • 774
  • 1
  • 10
  • 28
2
votes
1 answer

OnRenderSurfaceBaseLoaded null exception when connecting using Windows Remote Desktop

OnRenderSurfaceBaseLoaded null exception when connecting using Windows Remote Desktop. Tested on SciChart 4.2.3.10193 and v5.1.0.11299 on Windows 10. There's a related post in the following but doesn't resolve this issue on SciChart …
2
votes
2 answers

Implementing TA-lib in SciChart

I am trying to build an Android app with SciChart, the chart shows different types of Technical Analysis Indicators. I am trying to implement TA-Lib (http://www.ta-lib.org/) in SciChart using Android. I had to Refer many Site to implement the Ta-Lib…
Fra Red
  • 420
  • 5
  • 13
2
votes
1 answer

x-axis position in scichart

Currently I'm new to scichart and I've a very simple question how can I deal with x-axis or y-axis as objects from UIView, so I can set their exact position using NSLayoutConstrant, not just aligned top, left, right and bottom. for example I need to…
Hesham Ali Kamal
  • 211
  • 2
  • 12
2
votes
1 answer

Can't update my Heatmap scichart with double value

I am developing android app where i received data from pressure sensor(attached to arduino) and want to show it in scichart heatmap. i created succesfully scichart heatmap with IPaletteProvider. Now i want to update the heatmap with pressure sensor…
Wisal
  • 153
  • 2
  • 10
2
votes
1 answer

SciChart iOS Date on line chart

I'm having trouble appending the date to my SciChart line chart. I'm getting this error at runtime. Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Axis does not support type.' I'm following along with the supplied…
Westsider
  • 145
  • 12
2
votes
1 answer

SciChart: How do I control whether rollover axis labels are displayed

I have a chart with multiple modifiers that provide different behaviors on rollover. The chart used to have a vertical line that would show up on rollover. I was asked to get rid of it, which was easy:
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
2
votes
1 answer

How to support sideways scrolling with trackpad / horizontal scroll wheel?

I've got a SciChartSurface where I support zooming as follows: Zoom x-axis on regular scrolling. Zoom y-axis on scrolling + CTRL Pan x-axis on scrolling + Shift I'd like to also enable panning in the X-direction when the user either scrolls…
2
votes
1 answer

SciChart: Custom RolloverModifierLabel for multiple DataSeries bound from code

Before I updated to the latest version of SciChart, I had this custom rollover modifier that displayed multiple values for any given point I "rolled over". It was implemented like this:
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
2
votes
1 answer

SciChart went Maximum Plaid after updating to latest version

I have updated SciChart from version 3.31 to the latest version (4.2.2.9777) and for some reason it has caused every instance of a SciChart surface in my application to have this strange plaid background (see attached pictures). While it is festive,…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
2
votes
1 answer

Rendering chart to bitmap in memory from IRenderableSeriesViewModel

I have read up the guide on getting SciChart to render chart to memory on the support forums. However, the example there uses FastLineRenderableSeries whereas in my project, I am using IRenderableSeriesViewModel with series binding in XAML using…
Kurtis Aung
  • 282
  • 4
  • 14
2
votes
1 answer

SciChart Realtime zoom with minimum axis range

I have a FIFO Real Time chart (pretty much taken from their published Example) of a SciChart graph. As it renders, it starts out completely zoomed in very close and as the line is drawn, it zooms out to accommodate the full size of the line. …
komodosp
  • 3,316
  • 2
  • 30
  • 59
2
votes
1 answer

SciChart Column Series LabelFormatting

I have a data series List> from which I create a XyDataSeries. I use the following LabelFormatter. public class SciChartCustomLabelFormatter : ILabelFormatter { private readonly string[] _xLabels; public…
jero2rome
  • 1,548
  • 1
  • 21
  • 39
1 2
3
11 12