Hello Infragistics Team,
(see attached image)
I have a XamDataChart with a category x axis. Each Category a Speed value is assigned. Each vertcial category line is displayed in the same distance. Now i have a "CurrentSpeed" value. The software shall display a vertical line for the 'CurrentSpeed' value at the correct position on the category Line. (The current speed may lie between two of the discrete speed values of category axis) Is it possible to just add this line to the existing diagram?
Thank you in advance!
kmb
Hello kmb,
Thank you for your post.
To add a visual line to your chart, I would suggest adding a Value Overlay to your chart. Value overlay uses a Value property to bind to a numeric value.
For more information, please refer to the following topic:
http://help.infragistics.com/NetAdvantage/WPF/2013.1/CLR4.0/
You can also refer to the following sample:
http://ko.infragistics.com/products/wpf/sample/data-chart/value-overlays
Please let me know if you this helps or if you need further assistance.
Sincerely,
Pamela Brasil,
Principal Product Developer,
Infragistics,
www.infragistics.com/support
Thank you very much! Assuming this also works for vertical lines this is exactly what i wanted, even better! :-)