TeeChart for Visual Studio .NET with Source のリリース
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.
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: Oct 2, 2024
TeeChart for .NET 2024 (Build 4.2024.10.2) での更新項目
不具合の修正
- Fixed possible clipping error at chart top when rendering from Console app.
- Fixed issue with JavaScript render lag and slow to process large datasets.
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: Jul 22, 2024
TeeChart for .NET 2024 (Build 4.2024.7.22) での更新項目
不具合の修正
- Drawline tool generating error on draw.
Released: Jul 22, 2024
TeeChart .NET for Blazor 2024 (Build 6.2024.7.22) での更新項目
不具合の修正
- Drawline tool generating error on draw.
Released: Jul 8, 2024
TeeChart .NET for Blazor 2024 (Build 6.2024.7.8) での更新項目
機能
- Improved rendering for SVG export.
- Created a new HeatMap series which is a x-y plot where the data values in z are the map values.
- Legend items can now be clicked to activate/deactivate an associated series.
不具合の修正
- Importing of functions does not set datasource.
- Surface Series Sides example demo.
- Exporting problem with Encapsulated Postscript.
- Series Marks Symbol demo example.
- The Importation a Xmldocument isn't working correctly.
- Multi_Language demo doesn't update to default language...
Released: Jun 19, 2024
TeeChart for .NET 2024 (Build 4.2024.6.19) での更新項目
不具合の修正
- Source tab not working for some demos.
- Design Time Drill Down demo crashes the whole demos project.
- [Canvas > Custom Gradients] demo bug, gradient not shown.
- Canvas Anti-alias not working for .NET 6+ demos.
- Some demos have checkbox 3D checked, but not shown as 3D.
- .NET 6 Image Bar demo not working.
- Instrument Gauges demo strange behavior.
- Both demos in [Miscellaneous > Walls], transparency/elevation not working.
- Cone bar Style demo isn't doing anything.
- Extra Legends not rendering...
Released: May 16, 2024
TeeChart for .NET 2024 (Build 4.2024.5.16) での更新項目
機能
- Added a new SquarifiedMap Series type.
- Improved export Serialization for Microsoft .NET 6+.
不具合の修正
- Hotspot canvas not responding correctly.
- Fastline Drawall False MinMax option not functioning correctly.
- Pyramid Series does not return correct point index using clickSeries event.