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.
Hello Pert,
I am just checking if you require any further assistance on the matter.
Could you tell how can I do it for DateTime (for CategoryDateTimeXAxis)?
Hello Dmitry,
Here a similar question is answered:
http://es.infragistics.com/community/forums/t/75441.aspx
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hello Stefan,
Those solution completely meets my needs.
Thank you!