Search
Chart Controls

The MindFusion.Charting for Java Swing  library includes several pre-defined Java Swing Components that derive from the Chart class. Each class is a Dashboard with a single Plot inside and appropriate default SeriesRenderer. Charts that draw in Cartesian coordinate system also include an XAxisRenderer and YAxisRenderer.

You can feed data into Chart controls by setting either their Series or DataSource properties. The former lets you assign one or more series that provide data via the Series interface. The latter is used in conjunction with properties such as XDataFields, InnerLabelsDataFields etc.

Chart controls that are currently available include: