TeeChart .NET for Blazor のリリース
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.
Released: Nov 14, 2024
2024 (Build 6.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: Oct 2, 2024
2024 (Build 6.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
2024 (Build 6.2024.8.30) での更新項目
不具合の修正
- Fixed .NET 5+ image export problems when some font types are set.
Released: Jul 22, 2024
2024 (Build 6.2024.7.22) での更新項目
不具合の修正
- Drawline tool generating error on draw.
Released: Jul 8, 2024
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: Aug 3, 2023
2023 (Build 6.2023.8.3) での更新項目
不具合の修正
- SubAxes editor throws unhandled exception when used when subaxes collection is empty.
- Selecting as Flex (Flash) option throws UE.
Released: Jul 5, 2023
2023 (Build 6.2023.7.5) での更新項目
機能
- Added new Percentage Price Oscillator (PPO) function.
不具合の修正
- Chart Editor in .NET 6.0 closes when clicking on 'Series' -> 'DataSource' -> 'Manual Data'.
- Chart Editor 'Show in Legend' non-functional in .NET 4 and .NET 6.0.
- Panel Inner and Outer Bevels not painting identically to 2009 version.
Released: Jun 6, 2023
2023 (Build 6.2023.6.6) での更新項目
不具合の修正
- Setting Line Series Smoothing from True to False loses data when DataMembers are set.
Released: Apr 18, 2023
2023 (Build 6.2023.4.18) での更新項目
不具合の修正
- Request to range-check ColorPaletteIndex.
- Changing CurrentDirectory means TeeChart.licenses file not found.