TeeChart Charting Libraries use cases

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 […]

Read More

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 […]

Read More

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 […]

Read More

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 […]

Read More

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 […]

Read More