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

SciChart (C# WPF). Problem with binding Text property in TextAnnotation

I have a simple SciChart CompositeAnnotation:
bvl
  • 161
  • 2
  • 12
1
vote
1 answer

How to fix a lag when scrolling over a line chart that has already been drawn in scichart android

I have a line chart that has already been drawn and synced with a sound. when we play sound, chart begin to scroll horizontally. but problem is lagging when scrolling chart. Is there a way to fix this problem? private Runnable mRunnable = new…
Abolfazl
  • 46
  • 4
1
vote
1 answer

Set annotation X1 and X2 on BoxAnnotationViewModel to be between major grid units on CategoryDateTimeAxis

I am using scicharts BoxAnnotationViewModel to highlight a particular selection of price data from a FastCandleStickRenderableSeries. Currently setting the BoxAnnotaions X1/X2 has undesirable results as it will place this in the middle of the…
1
vote
1 answer

Updating Column chart dynamically throws UnsupportedOperationException

We have a Donut chart and when a slice is clicked on the donut chart we would like to update the values in the ColumnChart. This is how we set the listener for donut chart segments.forEach(Consumer { segment: PieSegment -> …
Mihab
  • 107
  • 2
  • 6
1
vote
1 answer

SciCharts - ISCIAxisCore visible min and max index

I am using the SciChart API for 2D Charts from SciCharts, I wanted to know if it is possible to know the min and max visible index/indices from ISCIAxisCore. I need to get this information from the callback made to SCIVisibleRangeChangeListener…
Pascale Beaulac
  • 889
  • 10
  • 28
1
vote
1 answer

Pie Or Donut chart click listener

How to attach a click listener/ GestureListener to a pie/donut chart in the Android app using sci chart (When a slice is clicked)? I couldn't such a similar method in sci chart This is how it's done with MPChart. mChart.setOnChartGestureListener(new…
Jawad
  • 308
  • 3
  • 12
1
vote
1 answer

SciChart WPF 50 EEG example not showing data on GUI

I have exported 50 EEG example from SciChart aplication to a standalone solution. When i start debug, lines are not drawn, but the code is running and generated data seems ok. I have not made any modifications the the example code.
Milos
  • 41
  • 3
1
vote
1 answer

Sci-Chart using Dagger2 for chart update in Android

I am building an app based on arch. MVVM+Databinding for realtime graph data. Using Sci-chart was quick and easy but trying to update app with DI using Dagger2 is generating sci-chart builder instances null while trying to update graph using…
Praween k
  • 1,005
  • 1
  • 10
  • 23
1
vote
1 answer

Add more grip handles to a SciChart BoxAnnotation

I'm looking for a way to add grip handles to the left-center and right-center of a box annotation (locations shown below with red circles). By default, grip handles are only created on the four corners of the BoxAnnotation. Currently, I am…
Kyle Williamson
  • 2,251
  • 6
  • 43
  • 75
1
vote
1 answer

Cannot set License key for SciChart in AndroidStudio

everybody. Recently, I get a trial license key for SciChart Android v2x. I read many times tutorial to set license(https://www.scichart.com/licensing-scichart-android/) but cannot activate my license. Because there not written in which file should…
Khadicha
  • 13
  • 4
1
vote
1 answer

Scichart chart did not display xaxis label value

I am starting working with scichart and i try to display on XAxis using CategoryDateTimeAxis the date of some result. I want to display only the date for the first result if are more from the same date. My problem is that when i load the first time…
1
vote
2 answers

Does AnyChart for android or SciChart support not ascending x-axis?

I need to build an app that draws a line graph from data that is sent to the phone over bluetooth in real time. Data that I get should draw a graph similar to this. I tried with MPandroid charts but it's not working because is not supported I…
cofi
  • 33
  • 1
  • 6
1
vote
1 answer

SciChart 3.1 exception

A bit of a long-shot given that I'm using such an old version (3.1.0.4759). Users have recently started reporting the exception below when zooming on one of my application's charts. It's a bit of a pain as it can't be handled, so the whole app…
Andrew Stephens
  • 9,413
  • 6
  • 76
  • 152
1
vote
0 answers

How to build scichart charts in iOS project (Xamarin Form)

I need to build an application with xamarin forms that will be compatible for iPAD air 2, which will have a series of forms to register information, which must then be displayed in reports that include a mix of tables, traffic lights (images) and…
1
vote
0 answers

How to update SCIChart's live data when scrolling in scrollview?

I have successfully implemented SCICharts live data, Like ECGLiveMonitoring example on Official SCICharts. I have added 9 charts in UIScrollView. Everything is working fine. The problem is when i scroll my ScrollView it stop drawing on SCICharts and…