Hello,
In my xamDataChart diagram I need to add a vertical line marker at a specific X position, which would be then moved according to the application context information. Is there a way to do it? It should not appear in the legend.
Best regards
Petr Osipov
Rohde&Schwarz
I have been looking into your question and you can use the Value Overlay feature of the XamDataGrid :
http://help.infragistics.com/Help/NetAdvantage/WPF/2012.2/CLR4.0/html/xamDataChart_Series_Value_Overlay.html
I am attaching a sample application(DataChartVerticalLine.zip) that shows this functionality.
If you need any further assistance on this matter, feel free to ask.
Thanks, worked for me! Is it possible to template this line? Especially in respect for attaching the commands on events.