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

SciChart - Not all chart panes zoom correctly

I have a TabControl that contains a dynamic number of chart panes via an ItemsControl. Inside the ItemsControl’s ItemsTemplate is a single ScichartSurface with bindings to the RenderableSeries, XAxis, YAxes, and VerticalChartGroup. The xaml looks…
5
votes
3 answers

GenericClass doesn't support Class

I am integrating scichart to my android project and facing this error. I need to display ohlc data so, base on this tutorial https://www.scichart.com/example/android-candlestick-chart-example/ I wrote val dataSeries =…
Võ Quang Hòa
  • 2,688
  • 3
  • 27
  • 31
5
votes
2 answers

Better solution for timer in ViewModel?

I have a DispatcherTimer in a ViewModel for a graph component, to periodically update it (roll it). Recently I discovered this is a massive resource leak since the ViewModel is created newly every time I navigate to the graph view and the…
JCH2k
  • 3,361
  • 32
  • 25
4
votes
1 answer

Evenly spaced point markers for non-evenly spaced data

To whom this may concern: I would like to create a FastLineRenderableSeries type chart where I can add evenly-spaced point marker similar to setting the StrokeDashArray to a specific line pattern. Currently, as far as I know in SciChart, you can set…
The Don
  • 343
  • 2
  • 13
3
votes
0 answers

Show both of the same Daylight Savings Time hour with SciChart.WPF

How does SciChart support Daylight savings time? I have a set of timeseries data that is logged in UTC but displayed in local time. This means that there will be two sets of 1 hour depending on the local time zone. I can show the data in an unsorted…
DevCSess
  • 39
  • 2
3
votes
0 answers

Sci Chart: Spline Mountain Renderable Series Curve Issue

I have generated SplineMountain Renderable Series Chart using sci chart. When There is less data provided to chart then it shows curves perfectly, But when I provide large amount of data then Chart doesn’t show any curve instead it’s shows straight…
Vishal Patel
  • 717
  • 6
  • 11
3
votes
1 answer

Vertically Stacked Y-Axis Step Line in Live Charts WPF

I've been using Winforms and the built in Charting library to accomplish this task in a hacky sort of way, but the team I'm developing for wants a more interactive solution. I wish I was able to just stack several charts, but as the graph is…
Jeffel
  • 31
  • 5
3
votes
1 answer

C# Programmatically creating xyseries

I am trying to create an XyDataSeries for every column of my Datatable programmatically to be used for charting (SciChart). I need to do this is because the amount of columns and names are unknown in advance. For any given series the x value will…
User9123
  • 45
  • 6
3
votes
1 answer

SciChart Android Real Time Graphing: How to maximize graphing speed?

I'm writing a real time graphing app using Scichart for android. I've been using FastLineRenderableSeries as a wrapper for my data series But I'm wondering what other techniques with Android SciChart exist in order to maximize graphing…
mmellor
  • 33
  • 7
3
votes
2 answers

SciChart - zooming and panning from code in MVVM

I have buttons in my UI that must pan the X axis left and right, and zoom in or out. The problem is it's MVVM, so I can't just do something like XAxis.Zoom() because the view model can't directly access the view. And all the zoom modifiers I can…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
3
votes
1 answer

SciChart - showing labels for all ticks

I'm reworking existing functionality to use SciChart. I need the resulting graph to look identical to original solution (or as close as possible). [edit: had to redact the image due to possible client IP issues] In the screenshot you can see where…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
3
votes
1 answer

SciChart FastLineRenderableSeries Anti-Aliasing not working

I have tried setting AntiAliasing to true on a Line Chart (Real Time FIFO) but it doesn't appear to be working. Is there anything else I need to do? Here is the XAML...
komodosp
  • 3,316
  • 2
  • 30
  • 59
2
votes
1 answer

In a Windows service, Microsoft report generation fails when SciChart-Control was instantiated before

I have an application, which uses a method to create reports including a SciChart-Control. This does work both in WPF and Console applications. But when I needed to create such report automatically in a windows service, the service just seems to…
kef
  • 21
  • 3
2
votes
1 answer

SciChart.js force loading animation

Is there a way to force the loading animation for SciChart.js ? I receive my data with an api call, but it takes some time to process the data on server side and I would like to see the loading animation until I decide that I have all my data.
Ionica
  • 139
  • 3
  • 13
2
votes
1 answer

How does scichart add obj files to 3D interface

How does scichart add obj files to 3D interface ?
1
2 3
11 12