TeeChart Charting Libraries use cases TeeChart charting libraries, developed by Steema Software, are highly specialized tools for creating data visualizations. These libraries allow for the generation of advanced, dynamic, and customizable charts, facilitating the presentation of information in a comprehensible and visually appealing way. TeeChart has been implemented across various industries, and its capabilities range […]
TeeChart NET for MAUI: Now Also for Blazor
TeeChart NET for MAUI: Now Also for Blazor Data visualization is essential in modern application development, and TeeChart NET for MAUI has established itself as one of the most recognized libraries among developers. This powerful tool, offered by Steema Software, allows for seamless and effective integration of charts into .NET MAUI applications, making it easier […]
TeeChart in a MudBlazor web
Introduction Taking a quick look at the MudBlazor environment https://mudblazor.com/, we thought it would be interesting to put a TeeChart in there. What we’ll look at in this article: Reference project source code: TeeChart On MudBlazor example project Setup MudBlazor I started by installing the MudBlazor components following the steps on this page: https://mudblazor.com/getting-started/installation I […]
New version of TeeChart for MAUI for cross-platform applications on iOS, macOS, Windows, and Android.
We recently announced the release of the latest version of TeeChart for MAUI, a powerful tool that allows developers to make the most of the TChart component in cross-platform applications for iOS, macOS, Windows, and Android. With this update, taking data visualization to the next level is easier and more efficient than ever before. What […]
Adding TeeChart AX to an MS Access Form
This guide explains how to add a TeeChart ActiveX control to an MS Access form and to populate it with data from a table. Our sample data table looks like this: We create a new form in the forms section of the Access space and set it to design. We then open the ActiveX Control […]
Zoom and Scroll 2D Charts in Mobile
Some time ago, we wrote a post about using Delphi Gestures with TeeChart. It covered 3D Charts and showed how we can use TGestureManager to modify ZoomFloat, ElevationFloat and RotationFloat properties of the TChart. This technique still works perfectly nowadays and the same concept can be applied to 2D charts. We just need to modify […]
BEEP FOR FIREMONKEY
A free utility class to perform “beep” music tones in Firemonkey applications, for Windows and Android, 32 and 64bit. 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 […]