이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.
더 이상 이 제품을 제공 하지 않습니다.
TeeSuite for .NET - includes TeeChart for .NET 2025 (Build: 5.2025.3.9)
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.