Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Charting for Java Swing, V1.1 (Read 6279 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 698
Joined: Apr 6th, 2003
Charting for Java Swing, V1.1
Feb 26th, 2022 at 2:07pm
Print Post  
We have released version 1.1 of MindFusion chart library for Java Swing. It contains the following new features and improvements:

Tower charts
The TowerChart control and TowerRenderer component draw tower charts, rendering series side by side to allow comparing data sequence and sizes. Assign the series to compare to LeftSeries and RightSeries properties of the chart. The chart segments are arranged according to the value of TowerLayout property, and their shape is drawn as specified by SegmentShape.

Tower charts require three-dimensional series. The first dimension specifies event order or timing and is used to sort or position segments. Second dimension specifies duration and is rendered as segment length along the main axis. Third dimension specifies a value rendered as segment width along the cross axis. You could use the stock EventSeries class as data container, or implement the Series interface to provide data from your own data structures.



Miscellaneous
  • Area charts are now rendered relatively to axis' Origin too.
  • Set non-zero start of FunctionSeries range.
  • ShowHighlight and ShowToolTips properties let you disable highlights and tooltips.

Distribution for the latest version can be downloaded here, or from the clients area on our site.
https://mindfusion.eu/JChart.zip

Updated JAR is also available at the Maven Central Repository:
https://search.maven.org/artifact/eu.mindfusion/charting

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint