My team is working on a graphing project that relates to market trading. We are hitting a road block with SWT's performance when we have to draw thousands of data points at a time. Are there any alternatives either within SWT or outside (such as openGL) that will give us a boost in the performance?
Extra information: We are designing within Eclipse RCP.
Edit: To clarify, these are dynamic charts not static.