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

How to disable touch gestures on SciSurface modifiers

I have WPF MVVM app. On one screen I'm using SciChartSurface and in some case I need to overlay it with dialog. Problem is, that SciChartSurface modifiers are responsive even thru another grid overlaying whole SciChartSurface. Is there any way to…
Boondock
  • 11
  • 1
1
vote
1 answer

SciChart IOs Cursor and ToolTip Modifier

Is there any way to only display one value in the tool tip that is displayed when scrolled over on a SciChart IOs line chart? there are numerous examples of how to do it in android and WPF but not for IOs.
user8097608
1
vote
1 answer

Does SciChart works on Windows Phones with Windows 10?

I'm working on a project where I need charts on iOS, Android an WP to look the same. I was hoping to use SciChart, but I'm not sure if it will work on Windows Phones with Windows 10. Did anyone try that?
Pinco Pallino
  • 916
  • 1
  • 6
  • 18
1
vote
1 answer

SciChart: VerticalLineAnnotation in MVVM not visible

I'm trying to get vertical line annotations into my graph using MVVM. I have an AnnotationCollection on the ViewModel: public AnnotationCollection Lines { get { if (_lines == null) { …
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
1
vote
2 answers

Scichart can't remove annotation

When Im trying to remove an annotation, I’m receiving an error: java.lang.NullPointerException: Attempt to invoke interface method ‘void …
Marcos Miguez
  • 115
  • 10
1
vote
2 answers

Can not drag AxismarkerAnnotation in VerticallyStackedAxes correctly

I use VerticallStackedAxes of SciChart component and add 7 AxisMarkerAnnotation to each NumericAxis but AxisMarkerAnnotations not draggable except first of them. this is the part of my UserControl code:
ali khezri
  • 453
  • 1
  • 4
  • 18
1
vote
1 answer

SciChart cannot set Visibility on AxisMarker

As you can read in the title, i can't set the Visibility Property of an AxisMarker in SciChart, although you can set the Opacity. This would be the Class
VyoriX
  • 21
  • 7
1
vote
1 answer

Showing a vertical line for every highlighted point with RolloverModifier SciChart

I have a SciChart surface with multiple series. I'm using a RolloverModifier with DrawVerticalLine set to True, so when I roll over a a point a vertical line is drawn through the point with a numeric value shown down by the axis. The rollover…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
1
vote
2 answers

DataTemplate for RolloverModifier on SciChart when RenderableSeries is bound to MVVM

I am trying to customise the appearance of the RolloverModifier tooltips that appear on a SciChart Line Chart, using a DataTemplate (combined with the TooltipTemplate attribute of the RolloverModifier, but can't figure it out. Here is my…
komodosp
  • 3,316
  • 2
  • 30
  • 59
1
vote
0 answers

Binding (WPF MVVM) SciChart zooming property to a button

I am using the WPF SciChart tool. i want to bind the zoom functionality to a button. for zoom-in and zoom-out. i read all the help and tutorials. they have zoom history binding options. but the zoom itself is bound to mouse button scroll. Added the…
manu vishwanath
  • 97
  • 1
  • 1
  • 14
1
vote
1 answer

Custom Label Provider: Can't override Init() method

I'm trying to access a scaling factor in a viewModel through my CustomNumericLabelProvider. I'm not quite sure what the best approach is, but I figured I might be able to access it through the parent axis if I used the Init(IAxis parentAxis)…
1
vote
0 answers

Rendering issue: line not continuously connected

I'm creating charts by using scichart. When I’m trying to draw FastLineRenderableSeries with AntiAliasing set to true and StrokeThickness set to 1, I get lines which are not continuously connected (see screenshots). How can I avoid this? – don’t…
ManDani
  • 182
  • 4
  • 16
1
vote
1 answer

Scichart Display series markers on YAxis for each DataSerie C# WPF

I'm creating a chart using scichart. I want to display some markers (eg. small Ellipses) on Yaxis for every Data Series depending on where the cursor is. So far by using:
Jaroslaw Matlak
  • 574
  • 1
  • 12
  • 23
1
vote
1 answer

Trouble with ZoomStates: 'ISciChartSurface' does not contain a definition for 'ZoomStates'

I've been looking through the new (and really great!) SciChart Tutorial, and I've run into an issue. I'm trying to use the ViewportManager API to make a realtime-updating chart zoomable and scrollable. However this bit of code is not working: //…
1
vote
2 answers

Limit for zooming out in SciChart

I have a graph, that needs to be zoomed and panned on the X axis. It has a range of labeled data points, and the idea is to be able to zoom in and move the graph horizontally when zoomed. I'm using a PinchZoomModifier and a TouchPanModifier to…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50