Questions tagged [syncfusion-chart]

66 questions
0
votes
1 answer

Candlesticks with syncfusion in flutter

I'm experimenting with syncfusion and trying to obtain a candlestick graph like shown in the documentation. Unfortunately when I try my code instead of seeing a candle a see an horizontal green line and I cannot understand why. I used the following…
Alberto
  • 446
  • 5
  • 14
0
votes
1 answer

Find point on the Spline Curve in Flutter

I am having some discrete points, by using which I can plot spline curve(Syncfusion chart) in flutter. But now I have to find the point on that curve i.e. by giving values of x, I need value of y. I am stucked here and don't have any algorithm to…
Pythopath
  • 27
  • 2
  • 5
0
votes
2 answers

Syncfusion Charts for Blazor: Cannot read property 'DataManager' of undefined / sf.data is undefined

When upgrading Syncfusion Charts for Blazor from version 18.2.* to 18.3.*, the following error(s) might occur: sf.data is…
FranzHuber23
  • 3,311
  • 5
  • 24
  • 63
0
votes
1 answer

Display Syncfusion Chart TrackBall at top of Chart

We want to display our TrackBall label at the top of the Graph. We do not want to GroupAllPoints but that appears to be the only way to get the label to appear at the top of the graph. When we do set LabelDisplayMode="GroupAllPoints" the label…
Pat Long - Munkii Yebee
  • 3,592
  • 2
  • 34
  • 68
-1
votes
1 answer

How do I set the format of digit group separators for the SfChart chart Tooltip in WPF?

I'm using C# WPF with Syncfusion component I'm working with SfChart control , here is my chart : My Chart I want to set thousand separator string format for my SplineSeries chart XAML:
Learner
  • 3
  • 3
-1
votes
1 answer

syncfusion wpf chart array of double - how to use with mvvm

I have a Model with an array[100] of double and I would like to use this directly as the data for the chart. The index value should be the X and the value at that index should be the Y on the chart. Currently I have to convert the array to a list of…
Geertie
  • 237
  • 4
  • 15
1 2 3 4
5