Profile Picture

smoothLine datacursor

Posted By yunhyungjeon 2 Years Ago
Author
Message
yunhyungjeon
Posted 2 Years Ago
View Quick Profile
Junior Member

Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 13, Visits: 190
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? 

Nevron Support
This post has been flagged as an answer
Posted 2 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
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.

Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic