JChart2D is a easy to use component for displaying two-dimensional traces in a coordinate system written in Java. JChart2D supports multithreadingm automatic labeling and scaling, trace rendering and viewreports.
JChart2D is centered around a single configurable swing widget: the Chart2D. It is a JComponent one can add to a java swing user interface. Therefore basic knowledge of java awt and swing and the information provided on this site is helpful. If no basic knowledge of swing and awt is given, the example code will give a quick entry as well.
Requirements:
· Java Runtime Environment
What's New in This Release: [ read full changelog ]
Bugfixes:
· Dynamic charts with highlighting now clear highlighted points.
· Removing traces now works correctly again.
· Stacked vertical charts now align again.
· Logarithmic axes now have correct labels.
· Test sources are now contained in the source download.
Features:
· Axis now has a pluggable scale policy allowing you to have your custom scale.
· A new scale policy allows you to define the labels on the scale manually.