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

SciChart Donut chart in Android

How to add text in the center of donut chart in android? I tried seriesName but it didn't work. val donutSeries: IPieRenderableSeries = sciChartBuilder.newDonutSeries().withSegments( …
Jawad
  • 308
  • 3
  • 12
0
votes
1 answer

SciChart dynamic annotations

In the SciChart tutorials there are only instructions how to add a LabelProvider with hardcoded Label texts, that can be switched on different values (https://www.scichart.com/example/wpf-chart-example-stacked-column-side-by-side/). Is there any way…
Arli Chokoev
  • 521
  • 6
  • 22
0
votes
1 answer

How to create a count down circular chart using android scichart

I am trying to use Scichart to create a countdown circular chart using scichart. Wondering, if anyone can point me to an example.
Jawad
  • 308
  • 3
  • 12
0
votes
1 answer

How to fix VerticalLineAnnotation always setting binding to zero

I'm trying to set up a SciChart VerticalLineAnnotation similar to the Drag Horizontal Threshold example in the SciChart example suite. I have the annotation bound to a property in my view model, but when dragging the annotation it continually sets…
user2191259
0
votes
1 answer

How to set a fixed VisibleRange for the YAxis?

I'm attempting to implement a SciChart without AutoRange on the YAxis. However, it seems to be completely ignoring my range entirely. I've tried setting my YAxis to a NumericAxisViewModel with a fixed DoubleRange of -5000 to 5000, but it always…
user2191259
0
votes
1 answer

How to make a range according to the selected segment?

It is necessary to make a range according to the selected mode, but scichart draws the wrong interval. For example, I want to set the interval to 1 day. Using SciChart. settings x axis val xAxis = sciChartBuilder.newCategoryDateAxis() …
Zakhar Rodionov
  • 1,398
  • 16
  • 18
0
votes
1 answer

SciChart AxesPanelTemplate with dynamic grid

my task is to draw a flexible number of digital signal realtime-data in SciChart. Due to the nature of this signals they are between 0..1. I want to have them stacked as in the SciChart example found at…
MPH
  • 124
  • 11
0
votes
2 answers

Using Abstract class with Generic parameters in INotifyPropertyChanged object

I’m attempting to attach a generic/abstract DataSeries to an INotifyPropertyChanged object. However, the TX, TY generics seem to block me from using it as expected. Can anyone help me out? More info on the abstract class:…
slacker
  • 137
  • 9
0
votes
1 answer

Apply custom theme to a SciChartSurface in SciChart Android

Say I've created a theme like this. I've named it ChartTheme_Normal. I apply it to a ThemeManager object like this: ThemeManager themeManager = new ThemeManager(); themeManager.addTheme(this, R.style.ChartTheme_Normal); At that point, how do I go…
TheKingElessar
  • 1,654
  • 1
  • 10
  • 30
0
votes
1 answer

SciChart Format values on individual FastLineRenderableSeries for WPF, Xamarin.Android, and Xamarin.IOS

I have found examples on how to format values by applying a format to an axis, but i need to format each line that is applied to the same axis differently. The issue is that i will chart a point with a YValue of 100.5 but the cursor modifier will…
JayBate
  • 15
  • 3
0
votes
1 answer

Change font size in Xamarin.IOS and Xamarin.Android Cursor Modifier?

I have charts with 15-17 lines and the cursor modifier cuts off the view at 6 on phones. It looks great on tablets, but on phones, as said, only shows six. Is there a way to decrease the text size in the modifier to fit more lines?
user8097608
0
votes
1 answer

Implicit Styles (still) not working on SciChart WPF

I had asked this question before, in regards to the AxisPanel: Implicit styles not working in SciCharts WPF? I'm starting to notice that there are more issues further down... not sure if this was fixed in the "last" update or not. If I create an…
Locke
  • 1,133
  • 11
  • 32
0
votes
1 answer

Creating a CustomRenderableSereisViewModel - Setting Properties

To whom this may concern: I'd like to refer to the "Spline Scatter Line Chart" example in the SciChart Examples package. If I were to make this a CustomRenderableSeriesViewModel that I can set in a ViewModel class, how would I go about doing that?…
The Don
  • 343
  • 2
  • 13
0
votes
1 answer

Stacking Axes Vertically for ios

how to stacking axes vertically for ios,like Android with LayoutManager? I using multiple charts to stack charts,but it can't show CursorModifier from one chart to other chart.so I only using one chart to show multiple panes.
Rey
  • 19
  • 2
0
votes
1 answer

TextAnnotation shows ibeam cursor, has CanEditText set to true, but will not allow edit

I've got several different types of charts in my application, and the TextAnnotations edit perfectly on 2/3 of them, but I've got one type of chart that is defying me. While I can add, and move the annotations on this chart just like the others,…
1 2 3
11
12