Dew.Math.Tee adds high-performance WinForms charting to Dew.Math by bundling the free TeeChart Lite assembly directly in this package (no external NuGet dependency). It enables fast visualization of vectors, matrices, and signal/statistical data on .NET Framework 4.8. Included visualization enhancements: - MtxFastLine: fast line plotting optimized for millions of points - MtxGridSeries: accelerated heatmap/matrix rendering with palette management - High-throughput helpers for streaming data into TeeChart series - Optional use with Dew.Signal and Dew.Stats components Platform model: - .NET Framework 4.8 (WinForms) only - TeeChart Lite DLL is included inside this package - No WPF, and no .NET (Core/5+/8/9) support in this package Use Dew.Math.Tee when building WinForms desktop tools that require fast plotting and visualization on top of Dew.Math.
$ dotnet add package Dew.Math.TeeWinForms charting extensions for Dew.Math using TeeChart Lite
Dew.Math.Tee is an add-on package for Dew.Math that provides fast chart visualization on .NET Framework 4.8 using the free TeeChart Lite charting library, which is included directly inside this package (no external Steema installation required). It enables high-speed plotting of vectors, matrices, statistical data, and numeric analysis results in WinForms applications.
This package is intended for Windows desktop tools that require fast numeric visualization and do not need the full commercial TeeChart feature set.
| Component | Supported | Notes |
|---|---|---|
| .NET Framework 4.8 (WinForms) | Yes | Primary target |
| .NET Core / .NET 5+ / .NET 6 / .NET 8 / .NET 9 | Not supported here | Use Dew.Math.TeePro instead |
| WPF | Not supported | WinForms only |
This package includes TeeChart Lite directly and does not depend on any external Steema NuGet packages.
For modern .NET (8/9), cross-version compatibility, or if using the commercial Steema TeeChart edition, use:
Before version 6.2.2, these visualization components were bundled inside the Dew.Math package.
As of version 6.3.5, Dew.Math.Tee is distributed as a separate package:
Dew Research GitHub Home: https://github.com/Dew-Research
WinForms / WPF / ASP.NET (.NET Framework) examples: https://github.com/Dew-Research/DewLabStudio-NETFramework-Samples
WinForms (.NET Core / .NET 6-9) examples (for Dew.Math.TeePro): https://github.com/Dew-Research/DewLabStudio-NETCore-Samples
API Reference: https://www.dewresearch.com/Help/VSNET/MtxVec/contents.html
User Guide (PDF): http://downloads.dewresearch.com/downloads/MtxVecV6-CSharp.pdf
Product Page: https://www.dewresearch.com/products/mtxvec
NuGet Publisher Profile: https://www.nuget.org/profiles/DewResearch
License: https://www.dewresearch.com/downloads/LicenseNET.pdf
Commercial license. See DewMathLicense.txt included in this package.
All Dew.* NuGet packages on nuget.org are trial versions and work from inside Visual Studio IDE only.