이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.
더 이상 이 제품을 제공 하지 않습니다.
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.