MindFusion.Charting for Java Swing Lanzamientos

Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.

ene
feb
mar
abr
may
jun
jul
ago
sept
oct
nov
dic
MindFusion.Charting for Java Swing V1.126 feb 2022
Funciones
  • 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.