Search found 4 matches

by saz
Thu Apr 13, 2017 6:52 am
Forum: LightningChart Ultimate WPF
Topic: use project with lightningchart in another computer
Replies: 1
Views: 8532

use project with lightningchart in another computer

hello I make a project in visual studio and use the lightningchart . so I add dll. file in my project. right now I want to use my project in another computer and run it. is it necessary that I first install lightningchart program in every PC ? if it isn't necessary, how can I run program with no pro...
by saz
Sun Jun 19, 2016 8:20 am
Forum: LightningChart Ultimate WPF
Topic: X axes label
Replies: 1
Views: 5175

X axes label

I use "ExamplePersistentIntensitySignal" example (in DemoAppWPF) . but with my input data rather than SignalGenerator dataes.( my input data com from an event without of timing schedule and length double[1600].) In this example we just insert y-data : //private PersistentSeriesRenderingInt...
by saz
Sat Apr 02, 2016 6:10 am
Forum: LightningChart Basic
Topic: How to get nearest data in pointlineseri of a Point?
Replies: 3
Views: 34085

Re: How to get nearest data in pointlineseri of a Point?

i can't find the " SolveNearestDataPointByCoord " function. in which Version there is this function?
by saz
Wed Mar 16, 2016 1:06 pm
Forum: LightningChart Basic
Topic: How to get nearest data in pointlineseri of a Point?
Replies: 3
Views: 34085

How to get nearest data in pointlineseri of a Point?

i want to get nearest data when double click event fired. it means that i want to catch the Xvalue or Yvalue when i double click in near of the curve( PointLineSeries ) . like this void m_chart_MouseDoubleClick(object sender, MouseEventArgs e) { Point p = e.Location; var data = ???( p) ; }