MindFusion.Charting for Java Swing Versions

Découvrez les nouveautés dans chaque version, avec des détails sur les fonctionnalités, les améliorations et les problèmes résolus.

janv.
févr.
mars
avr.
mai
juin
juil.
août
sept.
oct.
nov.
déc.
MindFusion.Charting for Java Swing V1.126 févr. 2022
Fonctionnalités
  • 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.