A free utility class to perform “beep” music tones in Firemonkey applications, for Windows and Android, 32 and 64bit. TTone.Play( 440, 1000) // Frequency, Duration Play a “La” note for 1000 milliseconds. Source code available at: https://github.com/davidberneda/FMX_Tone_Beep
Updated PDF Export in TeeChart .NET
We are pleased to announced a greatly improved PDF Export facility available in all versions of TeeChart .NET from the latest version onward. We’ve re-written our PDF Export facility to use the NuGet libraries PdfSharp (for .NET Framework) and PdfSharpCore (for .NET 5.0 and upwards). We’ve written a simple test app in .NET 6.0 which […]
New TeeChart for Avalonia released today
We are excited to announce the new release of TeeChart for Avalonia, which is available on NuGet as of today as a beta version. Avalonia is an ‘open source, easy to learn, .NET C# multiplatform package for desktop GUI development (Windows, Mac and Linux),’ and we at Steema are proud to have worked with them […]
TeeChart for RAD Studio, export options to HTML5 & Javascript.
Use TeeChart’s export to HTML5 and/or Javascript options to create native static or live browser charts on the HTML5 Canvas. You may have developed a desktop application and require that a reporting chart be published to a webpage. This article reviews TeeChart’s options to create Javascript for the browser page. Sourcecode for this article: https://github.com/Steema/TeeChart-VCL-samples/tree/master/JScriptExport […]
TeeChart.NET is now .NET 5 compatible
This week, we announced that TeeChart.NET officially supports .NET 5. TeeChart for NET5 is completely compatible with requirements of the framework and can be included in your NET5 projects from Nuget without need for any special steps. Note that we have separated the assemblies across different Nugets for this release, to make the required download […]

Steema Numerics and Machine Learning tools
What’s Steema Numerics? It is a .NET 5.0 software library written in the C# programming language that allows us, through machine learning algorithms (ML.Net), to detect anomalies or make predictions in order to anticipate possible unforeseen events through data analytics. Steema Numerics includes three assemblies that can be used with the TeeChart NET Component Library […]
TeeChart NETStandard for Xamarin.Forms and MacOS support
Recently we’ve made some changes to make the TeeChart for Xamarin.Forms version NETStandard compatible, that can be tested by downloading it directly via Nuget package or via direct link on our web site. Today, we want to inform that a new TeeChart for Xamarin.Forms Nuget package has been already published, and that this one comes […]
High-Performance Powerful TeeChart for Delphi on Windows, macOS
TeeChart is a Charting Components Library that helps to improve developer productivity to create rich and highly qualified charts. Steema Software was founded in 1996 and has been the authoring, distributing and supporting software component libraries for developers, mainly the charting library named TeeChart. Steema’s TeeChart component libraries are used across a wide variety of […]
TeeChart SYSSTAT Reader
It’s an app for .NET Core 3.1 WinForm which reads in information from a popular system administrator tool for Linux, and its source code is published on our GitHub here. The sysadmin tool we’re talking about here is called sysstat, and you can read all about it on its GitHub page here. As you can […]
TeeChart for .NET with Razor and Blazor under Net.Core 3
The TeeChart for .NET Core components may be used in a Razor component to add reusable code to your project portfolio. This post reviews two approaches, the use of a static TeeChart image rendered to the page and the use of a live Javascripted TeeChart. Example project here: https://github.com/Steema/TeeChart-for-.NET-CSharp-Web-samples/tree/master/TeeChartWithBlazor Image shows project output Setting up […]