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

Performance of SciChart WPF on Remote Desktop / Citrix server

We are considering using SciChart (WPF), but only if its performance is ‘reasonable’ across Remote Desktop / or via Citrix Server. Has SciChart addressed the known problems of using WPF applications across RDP / Citrix? If so, could you provide some…
Gordon Slysz
  • 1,083
  • 12
  • 23
1
vote
0 answers

Changing SciChart VerticalLineAnnotaton Label position

I'm using SciChart to show any charts. So I need to change a position of a label appears at the cross of VerticalLineAnnotation and chart. By default, it's at the MiddleRight position, I need to place it to TopLeft.
Ivan Kozlov
  • 255
  • 3
  • 13
1
vote
1 answer

SciChart: WPF 3D Line Chart

I'm currently considering using SciChart, but have a question that I've not found the answer to. Is it possible to create a "3D line chart" in WPF C# that looks similar to this using SciChart?
Red-X
  • 89
  • 1
  • 1
  • 13
1
vote
1 answer

scichart how to delete left and right MajorGridLines

I custom TickProvider,and the MajorGridLines is show correct. but it's weird on the left and right. There is double line,how to delete left and right MajorGridLines and show label on the left and right?
sunliusi
  • 21
  • 3
1
vote
1 answer

SciChart SCIRolloverModifier on tap

I'm using SciChart on iOS application. is it possible to show SCIRolloverModifier only on tap gesture? I want to avoid that fact that when dragging the chart, it automatically shows the Rollover. Thanks!!
yax
  • 123
  • 1
  • 13
1
vote
1 answer

How to remove points from an XyDataSeries in SciChart?

I have a fast acquisition to show on an a SciChart and application that should run for long time without consuming all the RAM of the PC. It is not necessary that I display all points on the graph but just a certain recent time interval therefore I…
Drake
  • 8,225
  • 15
  • 71
  • 104
1
vote
1 answer

Interactively selecting ranges in scichart line graph

I'm using SciChart to plot measurement results in an interactive line graph. The user needs to be able to select certain ranges which are used to perform further analysis. The parts that are selected need to be visually highlighted. The ranges also…
Erik
  • 11
  • 3
1
vote
0 answers

scichart3d geometry object select Is it impossible?

I want to implement in scichart3d viewport3d geometry object select entity object (viewport3d geometry object) selection is not Support. so i think I tried to put a series in the inside of an object so that I could select it. but series overwritten…
JH L
  • 11
  • 2
1
vote
1 answer

Show the difference of two consecutive vertical chart lines between the two lines

I use a SciChartSurface object in WPF. The chart shows many horizontal and vertical lines in a specified range. Now, I wand to display additional data between two vertical lines. The data to be displayed is the difference of the two lines values…
mca
  • 466
  • 3
  • 11
1
vote
1 answer

WPF with SciChart in the separate AppDomain

I'm trying to run my WPF with SciChart aplication in the separate AppDomain, but method SciChartSurface.SetRuntimeLicenseKey() is not working for me - no any exception, but in SciChart control I can see "Sorry! Your trial of SciChart has expired.…
1
vote
1 answer

how to draw axis inside the graph instead of rendering it outside

Is it possible to render the axis title and axis inside the graph as opposed to occupying space outside so that when displaying multiple graphs with the axis appearing only on the bottom axis appears to be of equal height in when using a uniform…
TrustyCoder
  • 4,749
  • 10
  • 66
  • 119
1
vote
1 answer

Setting SciChartSurface background to transparent makes it black Xamarin.Android

In Xamarin.Android if you set the background to transparent it just makes the background black. Code: this.sciChartSurface.SetBackgroundColor(Android.Graphics.Color.Transparent); this.sciChartSurface.Background.Alpha =…
user8097608
1
vote
1 answer

Scichart: how to activate or deactivate the axes range synchronization

It is possible to synchronize axes if you bind the VisibleRange of an Axis to a property of type IRange in the ViewModel. So if I have 2 charts I can bind them to the same IRange and they get synchronized. This works fine. Now I want to be able to…
Oscar Fonseca
  • 226
  • 2
  • 6
1
vote
0 answers

SciChart - SCICursorModifier

For SCICursorModifier, 1. Is there any way to activate the modifier with long press gesture instead of pan gesture? 2. Is it possible to share SCICursorModifier for multi-surface? I have tried the following code as other modifiers: cursor =…
Chris
  • 11
  • 2
1
vote
1 answer

SciChart: ColumnChart - DataSeries.Append

A potential problem I noticed in SciChart for WPF take the standard example for ColumnChart from SDK (2D Charts - Column Chart) build and run; the result is as below: make the following code changes (see (1) and (2)) private void…
BayE
  • 75
  • 2
  • 6