MindFusion.Charting for Java Swing(英語版) リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Charting for Java Swing V1.12022年2月26日
機能
  • Tower charts - Added new TowerChart and TowerRenderer components which allow users to draw tower charts, render series side-by-side and compare data sequence and size. Tower charts require three-dimensional series:
    • The first dimension specifies event order or timing and is used to sort or position segments.
    • The second dimension specifies duration and is rendered as segment length along the main axis.
    • The third dimension specifies a value rendered as segment width along the cross axis.
  • Miscellaneous
    • Area charts are now rendered relatively to axis origin.
    • Added the ability to set non-zero start for FunctionSeries range.
    • Added ShowHighlight and ShowToolTips properties which allow you to disable highlights and tooltips.