SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Is there a way to find out what the Y value is where the VerticalLineAnnotation intersects the line chart that it is crossing over?
Edit: The attached image shows these intersections. I would like to know how I can get a hold of those y values.
Very good question
VerticalSliceModifier.SeriesData.SeriesInfo exposes a collection of SeriesInfo – viewmodels for tooltips. However, it is difficult to determine which are for which slice.
You might have to do some custom coding to achieve this. Can you share why you want to do it? (What’s the requirement)
Best regards,
Andrew
Please login first to submit.