MindFusion.Charting for Java Swing V1.1

Released: Feb 26, 2022

V1.1 での更新項目

機能

  • 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.