SciChart was specially developed as an accessible charting library that supports the initial version line plot and bar plots.
The library manages to provide:
· Axis sharing
· independent rescaling and panning of axis and datasets.
· Basic tooltips
· Legend display component with ability to select the active dataset.
It is designed upon the Model View Controller paradigm. This mean that the dataset related API is abstracted in a model. This model is used by the swing components. Display related functionality is limited to the Swing components with no interaction with the model.
Requirements:
· Java