- 首頁 /
- 構件 /
- ... /
- 展示層 /
- 資料視覺化 /
- 圖表 /
- TeeChart for Visual Studio .NET with Source
TeeChart for Visual Studio .NET with Source 2025 (Build 4.2025.2.22)
Released: Feb 22, 2025
TeeChart for .NET 2025 (Build 4.2025.2.22) 中的更新
特性
- 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.