Steema.TeeChart.NET 4.2018.9.28

There is a newer version of this package available.
See the version list below for details.
dotnet add package Steema.TeeChart.NET --version 4.2018.9.28
NuGet\Install-Package Steema.TeeChart.NET -Version 4.2018.9.28
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Steema.TeeChart.NET" Version="4.2018.9.28" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Steema.TeeChart.NET --version 4.2018.9.28
#r "nuget: Steema.TeeChart.NET, 4.2018.9.28"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Steema.TeeChart.NET as a Cake Addin
#addin nuget:?package=Steema.TeeChart.NET&version=4.2018.9.28

// Install Steema.TeeChart.NET as a Cake Tool
#tool nuget:?package=Steema.TeeChart.NET&version=4.2018.9.28

TeeChart.NET Pro Edition

Homepage at Nuget

Versatile native .NET Charting, Map and Gauge control

The TeeChart NET Pro Edition is a Nuget based Charting control designed to offer instant chart, map and gauge capabilities to your NET application. With dozens of chart types, statistical functions and developer tools, TeeChart is simply one of the most comprehensive charting libraries available for developers today. Easy to use with designtime editor and an intuitive programming structure we hope you enjoy working with it. For Winform, UWP, WPF & NetStandard for Net Core 2 applications. Web applications use TeeChart's Javascript engine at the browser.

See demos

Useful pages

Other companion products that can use common source code to extend your projects:

TeeChart for Xamarin.Forms:
TeeChart for Xamarin.Android:
TeeChart for Xamarin.iOS:
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Silverlight sl5 is compatible. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap is compatible.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Windows Store netcore is compatible.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Steema.TeeChart.NET:

Package Downloads
Dew.Math

Multicore math engine for science and engineering. Dew Math Library is an object oriented math library for C# and .NET developers that offers a wide set of matrix and vector math operations. The library provides a broad set of vectorized numeric functions which include sparse matrices, complex numbers, probabilities, expression parser, optimization unit, SVD, QR, LQ, and LU solvers and special functions. Key features: Full hardware acceleration for Linux OS (64bit). Runs with Intel AVX, AVX2 and AVX512 optimized codepaths, chosing the best codepath depending on the underlying hardware. Typical performance gain over .NET Core native code is 10x. Supports .NET Core 5.0 and .NET Core 6.0. Support for 64bit native mode execution. Optimized Linear Algebra Package (LAPACK v3.7) numerical library Extensive XMLDoc based tooltips for .NET Core projects. Vectorized Math expression parser and evaluator Various optimization and fitting algorithms allow solution to a large set of problems. Simplex (Nelder-Mead), Marquardt with numerical derivates, Dual Simplex, Two-phase Simplex, BFGS, Conjugate Gradient, Gomory's Cutting Plane, Brent, Linear optimization, Trust Region. GPU support via OpenCL. Comprehensive implementation of the OpenCL API in object structure. Includes over 2000 GPU kernels. Sparse matrices, Direct Solvers (Pardiso), CG Iterative Solvers. Eigenvalues of symmetric matrices, solvers for banded matrices. Random Generators for over 18 distributions. Roots of the polynomial, coefficients of the polynomial, Poly evaluations, fitting, splines, piecewise polynomials, polynomial division and multiplication. Numerical integration by MonteCarlo, QuadGauss, Romberg methods. Special functions Airy, Biry, Besh, .... Elliptic integrals and Legendre Polynomials. Toeplitz matrix solvers. (Levinson Durbin). Cumulative distribution functions (CDF) and probability density functions (PDF) with probability statistics for over 30 probability distributions. Specialized super-conductive memory allocation allows 100% thread concurrency for arbitrary thread count outperforming garbage collector. Allows runtime selection of algorithm precision (single or double). 100% of the .NET source code written in C#.

Dew.Signal

The digital signal processing library built on top of Dew Math Library features a wide range of performance optimized algorithms: IIR filters. Design of analog or discrete Butterworth, ChebyshevI, ChebyshevII, Elliptic and Bessel filters. Order estimation includes all filter types: lowpass, highpass, bandpass and bandstop. Bilinear and Matched Z transform, group delay, frequency transformations in S or Z domain, in zero-pole or state-space form. FIR Filters. Design of FIR filters with window method or with Remez exchange algorithm. Order estimation of FIR filters. Design of Hilbert transformers, differentiators and also integrators. Savitzky-Golay filtering, fast envelope detector. Multi-rate multi-stage half-band FIR filtering support includes: zoom-spectrum component, decimate and interpolate components and a high quality envelope detector. Non-linear filters. Sample-and-hold, sample-and-decay and median filter. Spectral analysis. State-of-the-art spectrum analyzer component with ready to use component editor covering: FFT, CZT, Yule-Walker, Burg, Covariance and Modified Covariance spectral estimation, RMS of specified frequency bands, a set of peak interpolation algorithms, a large set of window functions including: Bartlett, Blackman, Chebyshev, CosineTapered, FlatTop, Hamming, Hanning and Kaiser window; sophisticated peak selection and peak tracking methods, phase-unwrapping algorithm, dedicated components for bispectrum, bicoherence, coherence and transfer function estimation with real-time capability. Also real cepstrum, complex cepstrum and inverse complex cepstrum. Spectral statistics: Noise floor, SFDR, THD, THDN, SINAD, RMS, SNR... Linear systems. Find zeros of a linear system, convert between state-space, zero-pole and numerator-denominator forms of the transfer function. Noise generators. Include white, pink, brownian, blue and violate noise next to the standard triangular, square and multi-tone signals. Fast rate conversion algorithms support conversion by any real number factor. The quality of the linear phase filtering allows 160dB noise attenuation. The speed of conversion is exceptionally high. Signal modulation/demodulation algorithms covering: zoom-spectrum, signal (amplitude) modulator/demodulator, high speed linear phase narrow bandpass filtering, envelope detection and standard decimation/interpolation logic High quality spectrogram/periodogram with a wide selection of processing and visualization options. Signal forecasting with spectral analysis. Only user specified spectral peaks are used to generate the forecasted time series providing a very simple but efficient method. Signal generator component with ready to use component editor offers stack-based vectorized function evaluation with many built-in functions. Audio recording and playback components with monitor function and extensive support for triggers. Ready to use component editor for filtering component covers design of nearly all included filters. Components for streaming (read/write) different file formats. Optional Steema TeeChart.NET support available via separate assembly includes: two new TChart components to allow visual connection of the signal processing pipes to charts, two new TChartSeries for faster drawing and 3 additional TeeTools components to help with peak marking and axis scaling. Together with Dew Math Library the following functions/operations are provided: frequency response of analog and discrete filters, fast 1D and 2D convolution, fast auto-correlation and cross-correlation, deconvolution, 1D and 2D filtering, zero phase IIR filtering, interpolated FIR filters, DCT and inverse DCT, Geortzel algorithm and forward and inverse FFT for all combinations of real/complex source and destination, random number generators and more...

Dew.Stats

Statistical library built on top of Dew Math Library includes among other features: Different probability distributions (PDF, CDF and inverse CDF for 36 distributions), random number generators, parameter estimate. Descriptive statistics. Histograms, ogives, cumulative sum, nth moments, percentile, range, IQR, mean, median, mode, ranks and more. Multivariate Analysis. PCA by using covariance/correlation matrix, PCA residuals, orthogonal rotation of ZScores, Bartlett test for dimensionality and Z-Scores; Classical Multidimensional Scaling, Hotelling T2 test, M-Box test, Item Analysis. Design of Experiment. Full Factorial Design, Latin HyperCube design, ... Hypothesis testing. Sign test, Wilcoxon Signed Rank test, one-sample t-test, two-sample paired/unpaired t-test, Z-Test, Chi-Squared test, F-Test, Shapiro-Wilks test, Chi-Squared Goodness of Fit test and Shapiro-Francia test; Berra-Jarque, Anderson-Darling, Kolmogorov-Smirnov test, Mann-Whitney U test, LillioeFors Goodness of Fit test, ... Regression models. Linear (weighted, unweighted), Multiple linear (weighted, unweighted), Logistic regression, Ridge regression, Poisson regression, General non-linear regression (using the BFGS, Marquardt, Conjugate gradient or Simplex method), one-way and two-way ANOVA, Principal Component Regression. Statistical charts. Optional with separate assembly depending on Steema TeeChart.NET: Probabilities plot (Normal, Weibull, QQ), variable control charts ( X, R, S and EWMA), attribute control charts (P, NP, U and C), dot plot, box plot, biplot, error ellipses PLUS all major statistical chart types, supported by Steema's TeeChart (error, barr, error bar, pie, box, scatter, scatter 3D, histogram, Pareto and more). Time series analysis. Sample ACF, PACF, exponential smoothing (single, double, triple), support for ARMA/ARIMA models (simulating, forecasting, estimating coefficients by using Yule-Walker, Burg, Innovations and MLE algorithms), ARAR time series model, moving average, memory-shortening filter, Box-Ljung statistics, etc.. Ready-to-use components. TMtxANOVA (encapsulates ANOVA routines), TMtxMulLinReg (encapsulates multiple linear regression routines), TMtxNonLinReg (encapsulates nonlinear regression routines), TMtxPCA (encapsulates PCA routines), TMtxHypothesisTest (encapsulates hypothesis testing routines), TMtxBinaryTest (encapsulates binary diagonstic test routines), TMtxMDScaling (encapsulates multimensional scaling routines).

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Steema.TeeChart.NET:

Repository Stars
yangzhongke/Zack.DotNetTrimmer
Version Downloads Last updated
4.2024.3.15 443 3/15/2024
4.2024.3.6 492 3/6/2024
4.2024.2.9 1,459 2/8/2024
4.2024.1.19 2,027 1/19/2024
4.2023.12.14 1,949 12/14/2023
4.2023.12.12 1,480 12/12/2023
4.2023.11.17 2,349 11/17/2023
4.2023.11.6 2,367 11/6/2023
4.2023.10.25 1,626 10/24/2023
4.2023.10.19 1,790 10/18/2023
4.2023.8.31 3,521 8/31/2023
4.2023.8.3 2,527 8/3/2023
4.2023.7.5 3,148 7/5/2023
4.2023.6.19 2,591 6/19/2023
4.2023.6.6 2,978 6/6/2023
4.2023.5.23 2,529 5/23/2023
4.2023.4.18 5,518 4/18/2023
4.2023.4.13 2,694 4/14/2023
4.2023.3.23 3,379 3/23/2023
4.2023.3.13 2,674 3/13/2023
4.2023.2.21 4,991 2/21/2023
4.2023.2.17 2,461 2/17/2023
4.2023.2.13 2,875 2/13/2023
4.2022.12.1 3,709 12/1/2022
4.2022.11.24 2,474 11/25/2022
4.2022.10.24 3,416 10/24/2022
4.2022.10.11 3,508 10/11/2022
4.2022.9.26 2,814 9/26/2022
4.2022.9.19 2,700 9/19/2022
4.2022.8.23 3,666 8/23/2022
4.2022.7.14 3,371 7/15/2022
4.2022.6.27 4,147 6/27/2022
4.2022.5.26 5,347 5/26/2022
4.2022.5.23 2,783 5/23/2022
4.2022.5.18 2,757 5/18/2022
4.2022.4.26 3,884 4/27/2022
4.2022.4.14 3,125 4/14/2022
4.2022.4.13 2,799 4/13/2022
4.2022.4.11 2,698 4/12/2022
4.2022.4.8 3,205 4/8/2022
4.2022.2.11 3,907 2/14/2022
4.2022.1.10 2,800 1/10/2022
4.2021.12.20 4,981 12/21/2021
4.2021.11.23 8,455 11/23/2021
4.2021.11.22 2,387 11/22/2021
4.2021.11.16 2,514 11/16/2021
4.2021.11.2 3,272 11/3/2021
4.2021.10.25 2,388 10/26/2021
4.2021.8.23 2,868 8/24/2021
4.2021.7.22 3,497 7/22/2021
4.2021.6.23 3,264 6/22/2021
4.2021.6.22 2,259 6/22/2021
4.2021.6.21 2,348 6/21/2021
4.2021.5.25 2,320 5/26/2021
4.2021.5.6 3,078 5/6/2021
4.2021.4.29 2,905 4/29/2021
4.2021.4.21 2,928 4/21/2021
4.2021.3.22 2,868 3/22/2021
4.2021.3.5 2,567 3/8/2021
4.2021.2.2 8,047 2/3/2021
4.2020.11.25 4,395 11/25/2020
4.2020.9.16 5,544 9/17/2020
4.2020.8.28 3,647 8/28/2020
4.2020.5.25 8,182 5/25/2020
4.2020.5.12 7,774 5/12/2020
4.2020.4.6 3,108 4/7/2020
4.2020.2.13 4,739 2/13/2020
4.2019.12.16 3,887 12/17/2019
4.2019.10.25 4,994 10/25/2019
4.2019.10.2 22,319 10/2/2019
4.2019.10.1 2,651 10/1/2019
4.2019.9.3 5,312 9/3/2019
4.2019.8.8 2,491 8/8/2019
4.2019.7.3 3,251 7/3/2019
4.2019.6.28 2,363 6/28/2019
4.2019.5.15 6,951 5/16/2019
4.2019.4.25 3,145 4/25/2019
4.2019.3.15 2,980 3/15/2019
4.2019.2.8 3,079 2/10/2019
4.2018.12.17 3,957 12/17/2018
4.2018.11.27 3,043 11/27/2018
4.2018.10.27 3,800 10/26/2018
4.2018.10.25 2,803 10/25/2018
4.2018.10.11 2,951 10/11/2018
4.2018.10.1 3,313 10/1/2018
4.2018.9.28 2,763 9/28/2018
4.2018.9.26 3,847 9/26/2018