Search found 5 matches

by lcuser
Tue May 22, 2018 4:02 am
Forum: LightningChart Ultimate WPF
Topic: Annotation Style like polygon
Replies: 1
Views: 4390

Annotation Style like polygon

When the annotation style setting to rectangle,the annotation can be moved and resized.But that rectangle only is rectangle not polygon.I switched to PolygonSeries which have any amount of points.but can't move and resize.That made me disappointed.I need a geometric which has 1. Any amount of points...
by lcuser
Tue May 22, 2018 3:45 am
Forum: LightningChart Ultimate WPF
Topic: How to display some lines on the real-time chart.
Replies: 2
Views: 5136

Re: How to display some lines on the real-time chart.

Hello, If arrows are not mandatory, you can use Bands object/series (at least for Xaxis). Please see corresponding examples in our Demo App. However, Annotation has Caliper style, which perfectly suitable here. AnnotationCaliper.jpg Here is the code from our "Annotations" example, which c...
by lcuser
Fri May 18, 2018 2:36 am
Forum: LightningChart Ultimate WPF
Topic: How to display some lines on the real-time chart.
Replies: 2
Views: 5136

How to display some lines on the real-time chart.

I have some needs to mark some range on the real-time chart.Like the red part on the image below.Two vertical lines and one horizontal line that all three with two direction arrows. I find a way to make it is to use LineCollection but that lack arrows on the line.Or use annotation but annotation onl...
by lcuser
Thu May 10, 2018 5:37 am
Forum: LightningChart Ultimate WPF
Topic: Same code,But WPF without binding is much slower than WF
Replies: 3
Views: 6578

Re: Same code,But WPF without binding is much slower than WF

Thank you for interested in LightningChart. The project you created is not exactly clones of the original one. You actually added Thread but using it incorrectly. LightningChart updates must be done in UI thread. We don't guarantee operation otherwise. That is the way in WinForms and WPF, practical...
by lcuser
Wed May 09, 2018 1:17 am
Forum: LightningChart Ultimate WPF
Topic: Same code,But WPF without binding is much slower than WF
Replies: 3
Views: 6578

Same code,But WPF without binding is much slower than WF

I use v8 SDK. I cloned the sample code from https://github.com/ArctionLtd/LightningChartTutorials .I just check the SimpleLine_WF and SimpleLine_WPF_NB in LightningChart01 Directory.The two projects code behind are just the same except the reference is different.I made a little changes to them for m...