I have requirement to plot Fundamental Score and Technical Score for each ticker across four quadrant. So that graph will be divided exactly in four quadrant and multiple tickers will be graphed based on its Fundamental and Technical Score. In the middle there will be X axis (ranging from -100 to +100)and Y axis (ranging from -100 to +100)
How can I do this using either DevExpress or Infragistics controls ?
Thanks
You can use DXChart’s ScatterLine chart to accomplish this, as outlined here on DevExpress’s support site (4th post).