I am implementing a UserControl which is part of a medical simulation system.
The user is required to advance a cardiac catheter into the heart by 'dragging' on a slider - which will then advance the catheter on the Chest XRay (chart background).
The coordinates of the possible catheter tip locations are contained within a bound list of XY values.
I need to draw a 'smoothed' line ('SplineSeries') to represent the catheter and, because the path of the catheter is vertical, I must use a vertical chart.
I can achieve the desired result by modifying your SplineChartDemo_2012, but am not able to find the chart type 'RotatedSpline' when I try to implement it myself using sfChart. Implementing it as a 'SplineSeries' (without rotation) produces bizarre results.
I have attached skeletal working and non-working versions of the application. Your working version represents what I am trying to achieve.
I look forward to hearing from you,
Andy Pybus
Attachment:
SPLINE_c26d0a0f.zip