smoothLine datacursor


https://www.nevron.com/Forum/Topic14412.aspx
Print Topic | Close Window

By yunhyungjeon - 2 Years Ago
hello.

I'm using .Net Vision Chart.

However, I want add a vertical cursor at my Smooth Line chart.
I saw some data cursor example which is applied NLineseries and NStepLineSeries.
These serieses have 'IntersectWithXValue' and 'IntersectWithYValue'. But, NSmoothLineseries don't have any intersect method.

As a result, I want add a vertical cursor and a data point on the smooth line such as your NLineSeries, NStepLineSeries examples ( 'Intersect Line with X/Y Value', 'Step Line Intersection'). How can I do? 
By Nevron Support - 2 Years Ago
Hi,

Currently, this functionality is not implemented for the SmoothLine series - it can be emulated to some extent if you interpolate the line and pass the interpolated result - you can take a look at articles like this one:

https://www.codeproject.com/Articles/25237/Bezier-Curves-Made-Simple

We hope this helps - let us know if you have any questions.