TeeChart .NET for Blazor 2025 (Build 6.2025.3.9)

Released: Mar 9, 2025

2025 (Build 6.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.