TeeSuite for .NET のリリース

Released: May 7, 2025

2025 (Build: 5.2025.5.7) での更新項目

不具合の修正

  • Fixed: TeeChart for Avalonia. Pie series not rendering sidewalls.

Released: Apr 1, 2025

2025 (Build: 2025.4.1) での更新項目

不具合の修正

  • Fixed: PointCurve smooth missing last point on curve.

Released: Mar 9, 2025

2025 (Build: 5.2025.3.9) での更新項目

機能

  • Added GDI+ line curve option alongside TeeChart's Smoothing option. eg.
    line1.FillSampleValues(20);
    line1.Smoothed = true;
    line1.SmoothStyle = SmoothStyles.PointsCurve; //<-- new option

不具合の修正

  • Fixed an issue where the custom axes stats don't update correctly on zoom.
  • Fixed an issue where the LineSeries smoothing didn't handle Nan points.

Released: Jan 13, 2025

TeeChart NET for MAUI 2025 (Build 6.2025.1.13) での更新項目

不具合の修正

  • Possible clipping error at chart top when rendering from Console app.
  • .NET 5+ image export problems when some font types set.
  • JavaScript render slow to process large datasets.
  • Scrollpager tool blocks setting of chart margin properties.

Released: Nov 14, 2024

TeeChart for .NET 2024 (Build 4.2024.11.14) での更新項目

不具合の修正

  • Scrollpager tool blocks setting of Margin properties of Chart
    • This fix provides an improved handling of the left margin, though it may still require further adjustments for specific cases.

Released: Aug 30, 2024

TeeChart .NET for Blazor 2024 (Build 6.2024.8.30) での更新項目

不具合の修正

  • Fixed .NET 5+ image export problems when some font types are set.

Released: Aug 30, 2024

TeeChart for .NET 2024 (Build 4.2024.8.30) での更新項目

不具合の修正

  • Fixed .NET 5+ image export problems when some font types are set.

Released: Aug 29, 2024

TeeChart NET for MAUI 2024 (Build 6.2024.8.29) での更新項目

不具合の修正

  • Fixed a problem in the Rotate Tool, when the rotation skips in some places.
  • Panning was not working fine when dragged down over the Series or ChartRect.

Released: Aug 21, 2024

TeeChart NET for MAUI 2024 (Build 6.2024.8.21) での更新項目

不具合の修正

  • Drawline tool generating an error when you start to draw a line.

Released: Jul 22, 2024

TeeChart for .NET 2024 (Build 4.2024.7.22) での更新項目

不具合の修正

  • Drawline tool generating error on draw.