Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
how to draw report like this
posted

i saw this report (attached) and wanted to create it

but i dont know how to create this report.

thanks

Parents
No Data
Reply
  • 28925
    Suggested Answer
    Offline posted

    Hello Behzad,

    Our chart's API can achieve most of the core functionality you desire.

    1. Series
    2. Markers/Data labels
    3. Series/Legend dashes

    1. 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.

    DataChart_dashed_line.zip
Children