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
Hi Petr,
Thank you for your feedback. I am attaching a modified version of my sample application(DataChartScatterLineSeriesModified.zip) where I have change the color(brush) of the Value Overlay.
I can suggest you look though the following link about more information regarding styling the XamDataChart :
http://help.infragistics.com/Help/NetAdvantage/WPF/2012.2/CLR4.0/html/Designers_Guide_Styling_Points_for_xamDataChart.html
You can find the default styles in :
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.2\WPF\DefaultStyles\XamDataChart\generic.xaml
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.
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.
I am trying to do the same thing. I would like to be able to move it (left/right) by mouse click/drag. Surely someone has done this sort of thing before.