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
1800
Winchart help needed- Need to show chart similar to the attached images
posted

Hi Team,

I am developing a windows application and I need to show some chart data similar to the images attached below. I am using Infragistics 10.3 version DLL in my application.

I am new to the chart application and it will be greatful, if you could guide me on this.

 

  • 26458
    Offline posted

    The only way I can think of doing this is with a composite chart and multiple scatter layers. Especially, since both axes appear to be numeric.

    You should be able to get started with the following help link:
    http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0?page=Chart_Creating_a_Composite_Chart.html

    The thing to remember when building a composite scatter chart is to create numeric x and numeric y axes, then create multiple XYSeries to hold the scatter data.

    When multiple series are added to a single layer, they will have to share certain layer settings, so if you want to have some series be connected with lines and others remain as scatter points, you should create 2 distinct scatter layers. One will use ConnectWithLines set to true, another will set it to false.