此页已归档,不再被更新。
我们已经停止贩售这个产品。
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.