Search found 4 matches

by maysamdata
Mon Jan 31, 2022 6:52 am
Forum: LightningChart Ultimate WPF
Topic: Increase processing time by adding bar to BarSeries in stack mode
Replies: 1
Views: 3184

Increase processing time by adding bar to BarSeries in stack mode

I showed a simple code so I could show my problem. According to the code, it takes about 15 milliseconds when I add the first bar to BarSeries in chart. But by adding more bar to BarSeries , this time increases so that when adding the 200th bar to BarSeries, this time increases to 190 milliseconds ....
by maysamdata
Mon Jan 24, 2022 6:25 am
Forum: LightningChart Ultimate WPF
Topic: Error null Reference when adding two instances of the control to the page
Replies: 1
Views: 3447

Error null Reference when adding two instances of the control to the page

When I add an instance of the WPF chart to a page, it draw the chart well and there is no problem, but when I add two or more instances of the chart to the page, the null reference error Gives. I use Arction LightningChart .NET v10.0.1. Your app has entered a break state, but there is no code to sho...
by maysamdata
Fri Jan 07, 2022 8:50 am
Forum: LightningChart Ultimate WPF
Topic: The chart will not be updated on systems with Intel 11th generation CPUs
Replies: 1
Views: 8767

The chart will not be updated on systems with Intel 11th generation CPUs

On 11th generation Intel systems, when I create a bar series in stack mode, this series is not displayed in the chart. But when I resize the program page, it shows the bar series. I also checked the horizontal bar chart demo example and there is the same problem in that example so that when I unchec...
by maysamdata
Mon Aug 06, 2018 4:17 pm
Forum: LightningChart Ultimate WPF
Topic: PointLineSeries is not show!
Replies: 1
Views: 9097

PointLineSeries is not show!

hi,
I add points in PointLineSeries with LINQ query, but the problem is that it does not display anything in chart after run the wpf program. In this case, when I zoom out, the chart is displayed. It does not really show up by zooming in. please help me.