i saw this report (attached) and wanted to create it
but i dont know how to create this report.
thanks
hi Michael
thanks a lot for your advice and good sample
they are really nice
Hello Behzad,
Our chart's API can achieve most of the core functionality you desire.
1. Series2. Markers/Data labels3. Series/Legend dashes1. Our Stacked Category Spline series can give you the lines to appear as shown. ex. http://help.infragistics.com/doc/WPF/2016.1/CLR4.0/?page=DataChart_Category_Stacked_Spline_Series.html
2. Custom Markers - with labels can give you the circles at each point specified. With a custom marker template you can add a label to the marker. You can also find a bunch of templates listed here for the current marker shapes that we support:http://help.infragistics.com/doc/WPF/2015.2/CLR4.0/?page=DataChart_Customizing_Markers.html
3. The DashArray property on the series can define the dashes along the lines within the chart. A custom LegendItemTemplate will give you the dashes within the legend.
I've attached a sample project demonstrating a rough example of the features you have illustrated in your image to help you get started.
Please let me know if you have any questions regarding this matter.