Hello,
I want to draw a trade on the DataChart. like draw a line on a section between 2 bars.
Hoa can I do that??????
Thanks
Thank you for your reply.
I couldn't open the sample. I have visual studio 10.
I looked in the example, The example show how to draw one long trand. but I need to draw/remark many trades, each trade has time for enter and time for exit.
Here is link of picture of what I need: https://drive.google.com/file/d/0ByFdYzs7wCrzZzRsRzhhdWZORWM/edit?usp=sharing
Thank you
Hani
Hello Hani,
Thank you for your post.
I have been looking into your issue and have created a small sample application for you. In the sample application I am using trend lines for the series by using the TrendLineType="WeightedAverage" property. More about the Trend Lines you can find on the following link from our documentation: http://help.infragistics.com/Help/Doc/WPF/2013.2/CLR4.0/html/xamDataChart_Trend_lines.html.
Please find the attached sample application and feel free to let me know if you have any further questios on this matter.