GLG Java Demo: Graph Feedback

This Java demo demonstrates some of the feedback features of GLG Graphs:
 
  • Tracing the mouse position with either a vertical or cross-wire cursor
  • Highlighting the datasample selected with the cursor with a different color
  • Showing the value and time stamp of the datasample selected
  • Updating the graph and selected datasample

  • The graph updates periodically using an update thread. When the selected datasample changes, the information in the popup window is updated as well. The applet generates data for displaying in the graphs. The data can also be obtained from any Web data source, as shown in the Glg Stock Ticker and other demos.

    Click here to see the Source Code of this demo.