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

add zoom and scroll capability with code behind to SCICHART

Hi I want to add zoom and scroll with code behind to SCICHART is this possible? I tried xaml but It did not work. My manager wants it with code behind.
jopa1351
  • 21
  • 3
2
votes
1 answer

SciChart: Working with Zooming module is not working

I am using SciChart Library for showing Graphs. I want to know, how can I use MouseWheelZoomModifier module of SciChart library in my pure HTML & CSS based website. I know there is a documentation available related to React but I am not using it in…
John Doe
  • 1,401
  • 1
  • 3
  • 14
2
votes
0 answers

SciChart on apple M1

I use scichart in my React Native (0.64.4) application. On android/ios - simulators (mac/windows intel) my app is doing well, but sometimes It crashes on iOS - simulator (Apple M1 Silicon) without any errors in console. Is anybody have the same…
Alex
  • 21
  • 5
2
votes
2 answers

Logarithmic Scale for Javascript Scichart

I am building an application that requires toggling between Linear and Logarithmic scales. The application is doing realtime socket streaming. Curious if anyone had any recommendations on how best to implement this functionality? I see it exists as…
2
votes
0 answers

How can I have live line point as shown in image?

Is it possible to add live line point in Android Sci chart library? I want to have circle point with vertical line in real-time line chart.
virengujariya
  • 285
  • 1
  • 4
  • 16
2
votes
0 answers

Scichart: How to give circular chart 3 or more different colors

How to color a circular chart with 3 or more colors like the picture attached. Please note the transitions between the colors.
Mihab
  • 107
  • 2
  • 6
2
votes
1 answer

SciChart changing the color map on a FastHeatMapRenderableSeries

I'm a long-time user of SciChart, but it's an old version (3.1). I've just started using FastHeatMapRenderableSeries for the first time, and there is a requirement for a user to alter the chart's gradient stops. I've implemented a UI to do this (see…
Andrew Stephens
  • 9,413
  • 6
  • 76
  • 152
2
votes
1 answer

SciChart CompositeAnnotation disappearing when using TabControl

I have created a composite annotation (named PeakAnnotation) that consists of four elements: two VerticalLineAnnotations, a BoxAnnotation, and a TextAnnotation. When I first add the annotation, everything appears correctly. However, when I change…
Kyle Williamson
  • 2,251
  • 6
  • 43
  • 75
2
votes
1 answer

Column chart not updating if a column value decreases

If the values in a Column chart increases the column chart updates and everything looks good. But when the value decreases columns are not updated and it still displays the old values. private fun drawColumnChart() { …
Jawad
  • 308
  • 3
  • 12
2
votes
1 answer

Make custom SciChart annotation movable on graph

I am trying to make a movable custom annotation for a graph. I get the 'arrow-cross' for moving the annotation when hoovering above it but i cant actually move the annotation. Thats how my code looks like: public partial class Calibration :…
Andre P
  • 123
  • 1
  • 8
2
votes
1 answer

Different point markers in SciChart

It is possible to have different point markers on the same dataseries? Maybe some of the points should use for example the Cross point marker, maybe other points should use the Ellipse point marker and so on. Is there any solution for this? I am…
2
votes
2 answers

Scichart's setVisibleRange() having no effect

I'm trying to set the visible range of a DateAxis. Here's what I have: final IXyDataSeries dataSeries = sciChartBuilder.newXyDataSeries(Date.class, Double.class).build(); final IAxis xBottomAxis = sciChartBuilder.newDateAxis() …
TheKingElessar
  • 1,654
  • 1
  • 10
  • 30
2
votes
2 answers

Mountain Chart Logarithmic

I'm trying to create a mountain chart using SciChart, but I need to create using Logarithmic, I tried the below code, but dont change chart and missing YAxis label. I change the demo SciChart to it: public class MountainChartFragment extends…
2
votes
1 answer

Changing labels in SciChart 3D Tooltip using C#

Is there a way to change the "Text" property of the tooltip modifier, using C#? I want to change these labels: I'm using "WaterfallRenderableSeries3D". My Code:
Red-X
  • 89
  • 1
  • 1
  • 13
2
votes
1 answer

Using SciChart theme brushes in custom annotation

I have custom annotation in separate xaml file and I want to use brushes from selected chart theme. I have two points: I’m trying to access to TextAnnotationForeground Brush as follow (using example from SciChart forum here):
Aduciicba
  • 21
  • 4
1
2
3
11 12