TeeChart for Java 릴리스

Released: Aug 4, 2021

2021 (Build: 3.2021.0804) 버젼 업데이트

기능

  • Added new function - Kernel Density Estimator (KDE).
  • Added new series types:
    • Violin and Horizontal Violin.
    • BeeSwarm and Horizontal BeeSwarm.

수정사항

  • Erroneous axis label behavior when scrolling with a single value.
  • Null points sometimes drawn when FastLine series has DrawAllPoints=false.
  • Canvas Polygon method index issue.

Released: Sep 12, 2019

2019 (Build 3.2019.0912) 버젼 업데이트

수정사항

  • B2224 - New alignment option for vertical-axis labels.
  • B2222 - Shape Series' Shape disappears when moved out of the bounding axes.
  • B2144 - Title of vertical axis misplaced.
  • B2179 - Marks and MarksTip showing strange character when using MarksStyle.LEGEND.
  • B2141 - Transparent Legend uses wrong pen in symbols.
  • B2114 - Null points sometimes drawn in FastLine with TreatNulls=tnDontPaint.
  • B2008 - Null points sometimes drawn when FastLine series has DrawAllPoints=false.

Released: Jun 22, 2017

2017 버젼 업데이트

기능

  • Rotated property for the Marks on a Pie.
  • Add InsideSlice, Rotated and RotateStyle properties to Pie Marks.
  • Center alignment for Pie and Donut charts improved.
  • Concentric Pies.
  • Improved central alignment for Gauges.

수정사항

  • MouseWheel event isn't fired in Swing.
  • ScrollPager tool zoom only in the parent chart.
  • NullPointerException drawing an IsoSurface depending on the values.
  • ColorGrid series problems.

Released: May 13, 2016

Updates in this release

Updates in 2016

New Features

  • FollowSeriesColor property for the Marks.
  • ROUNDRECTANGLE BarStyle for the Bar series.
  • ROUNDRECTANGLE TextShapeStyle for the Marks.
  • BubbleCloud Series. The BubbleCloud Series plots data relatively, displaying bubbles of diminishing size, spiralling outwards to represent different Series values.
  • Marks Tail property to include trailing tail from Mark to point.

Bugfixes/changes

  • NPE when trying clone series.
  • Some standardisation added to Swing Editors for Line, Point...

Released: Sep 14, 2012

Updates in this release

Updates in V2012

  • Axis Labels strings are now customizable for the CircularGauge with the AxisLabelResolver
  • CircularGauge and LinearGauge click event added
  • First and MinMax DrawAllPointsStyle added for FastLine series when DrawAllPoints=false
  • setDisplayTotalAngle and setDisplayRotationAngle allow drawing of a semicircular CircularGauge
  • Various enhancements in the Gauge Triangle HandStyle
  • New ToolListener with a toolActiveChanged
  • New ScrollPager tool
  • New reset function for LinearGauges
  • OnTop...