183 questions
0
votes
1
answer
101
views
SciChart Latest version 4.6.0 UI Issue
I've developed a Mac application using SciChart version 4.6.0. However, I'm encountering an issue where the Drag Modifier and RollOver Modifier lines extend beyond the chart height. This problem didn'...
2
votes
2
answers
252
views
When using scichart.js, an error occurs when deployed using alias in nginx
First of all, the specifications are as follows.
use react
use vite
use [email protected]
use [email protected]
The module settings are as follows.
export const SetSciChartSurface = () => {
...
1
vote
0
answers
76
views
How can i plot a scichart with time on X axis in React js using timestamp
As i try to plot time on X axis in scichart graph in React js i am getting wrong date and time. I use timestamp to plot the X axis , i need only the time HH:MM:SS format not the date.
// plotLine is ...
0
votes
1
answer
258
views
SciChart: Move SciChartLegend to separate part of application
Sorry if it look like a duplicate of question asked on SciChart forum https://www.scichart.com/questions/wpf/move-settings-from-legend-to-separate-menu but I didn't found the solution yet. Maybe I ...
1
vote
0
answers
104
views
WPF Surface YAxis values are not intuitive
I'm working with a SciChart surface and I've encountered an issue with the Y-axis values. As shown in the images below, the current Y-axis values are 40, 79, 119, and 159. However, I would like to ...
3
votes
1
answer
233
views
SciChart's Waterfall chart with .NET Blazor wrapper
I'm trying to add this beautiful Waterfall chart SciChart has with this wrapper:
https://github.com/NRTDP/SciChartBlazor
But it looks like there is a problem with rendering 2d surfaces.
I've created a ...
2
votes
1
answer
180
views
ReactJS Sweep Line: Optimizing SciChartJS Performance, Reusing wasmContext for Multiple Chart Rendering
I have a performance problem with scichartjs, when initializing about 40 charts/surfaces the rendering state drops to 5-10 frames per second.
I think it might be related to the fact that I run the ...
2
votes
2
answers
134
views
ReactJS Sweep Line Demo: Issue with Multiple Surfaces Not Updating Simultaneously
I need to make a demo of a sweep line with multiple surfaces with reactjs, but The problem is that when I choose to show more than 1 surface it only plays on the data on the latest created surface and ...
2
votes
1
answer
135
views
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 ...
2
votes
1
answer
179
views
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 ...
1
vote
0
answers
76
views
How to Preview SciChartSurface in Compose?
I’d like to preview SciChartSurface in Compose using @Preview annotation.
I am getting error
java.lang.NoClassDefFoundError: Could not initialize class com.scichart.drawing.canvas.RenderSurface$d
@...
1
vote
1
answer
187
views
How to disable generating GpuCapability.log on startup?
I am launching my application from different directories and in each directory SciChart generates a new GpuCapability.log file.
Is there any possibility how to disable this functionality?
I didn't ...
1
vote
0
answers
172
views
SciChart - How to display only certain label on a numeric axis?
I have a chart with numeric axis and would like to display only certain numbers, i.e.,
the range is 0-500 and I would like to have major ticks with labels on 0, 10, 25, 50, 100, 250 and 500.
Could you ...
2
votes
1
answer
114
views
How does scichart add obj files to 3D interface
How does scichart add obj files to 3D interface ?
<Window x:Class="SciChartObjTest.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x=&...
1
vote
0
answers
218
views
SciChart annotation that is on the axis and above with "normal" paning behavior
I have a situation in which I have a chart annotation that represents an event that happened. I want to add a marker that consists of several icons in the middle of it (see 1 and 2):
I tried the ...