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
0 answers

Control a SciChart scrollbar manually

I'm attempting to make a custom overview with pan/zoom scroll bar. The problem is, the data in the chart is not the total viewable amount of data (which I have stored in my own buffers) so I need to control the drawing manually. I have this…
user2191259
0
votes
1 answer

Implicit styles not working in SciCharts WPF?

I'm trying to set some implicit styles on the AxisPane of SciCharts -- just even to change a background color, ala: I've tried…
Locke
  • 1,133
  • 11
  • 32
0
votes
1 answer

SciChart and SwiftyJSON

I am getting an [!] Invalid Podfile file: syntax error, source 'https://github.com/ABTSoftware/PodSpecs.git' platform :ios, '9.0' target 'HavingFunWithScichart' do use_frameworks! # Pods for HavingFunWithScichart pod 'SciChart' pod…
Rob Seger
  • 29
  • 1
  • 4
0
votes
0 answers

SciChart wpf text annotation with html rendering

I want to show a simple little table of text in a SciChart WPF graph. In java the methods to create tooltips and labels support simple html rendering, e.g. I could define text="line1
line2" and it would show two lines of…
user829755
  • 1,489
  • 13
  • 27
0
votes
1 answer

Call ZoomBy method of SciChart control from ViewModel Class

I am trying to call the ZoomBy() method of SciChart control from ViewModel. The ZoomBy() is easily available in the xaml.cs file like below: // TODO: Need to implement zoom using MVVM private void BtnZoomIn_Click(object sender, RoutedEventArgs…
0
votes
0 answers

Setting grid line style for programmatically added axis in SciChart

Ever since I've updated SciChart in my application, I've been struggling to make it look and feel somewhat similar to how it used to. Thanks to Dr. ABT I was able to get rid of plaid bands, but now I'm facing problems with grid lines. In the…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
0
votes
1 answer

C# SciChart "Cannot add content to object of type <...>" error

I want to add an parameter to AnnotationCollection class. Because it is sealed, i can't just create a new class using inheritance. I've created a new class instead: using System.Collections.Generic; using System.Collections.ObjectModel; using…
Jaroslaw Matlak
  • 574
  • 1
  • 12
  • 23
0
votes
2 answers

SciChart - LineArrowAnnotation not disappearing when visibility is set to false

I have a few annotations in my graph, 3 to be exact. Two of them are text annotations, which I just need to stay visible, and that's what they're doing. But I also have a LineArrowAnnotation, which I need to appear and disappear depending on the…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
0
votes
1 answer

Draw Text under some angle with specific font

I am trying to draw text inside columns of bar chart. In order to do that I am using DrawText of IRenderContext2D. But it does not allow me to specify angle under which text need to be rendered and also does not allow to specify font. I can't use…
Samvel Siradeghyan
  • 3,523
  • 3
  • 30
  • 49
-1
votes
1 answer

How to set Style on object created in code behind

I have some xaml code like this: The x axis has a style that depends on a property.…
user829755
  • 1,489
  • 13
  • 27
1 2 3
11
12