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 […]
Author: marc
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 […]
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 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-NET-Pro-Samples/tree/main/Blazor/NET%206 Image shows project output Setting up […]
TeeChart for RAD Studio – Kernel Density Estimator
Introduced in October 2019 in TeeChart for RAD Studio, the Kernel Density Estimation Function provides the basis for two series types: The Kernel Density Estimation (KDE) Function The Kernel Density Estimation (KDE) Function uses these parts: If left to automatically clamp the data, the KDE function checks highs and lows from the input data to […]
TeeChart for NET with MVC
TeeChart’s MVC & ASP.NET Charting options For MVC, TeeChart for .NET can either render as a static image format such as PNG or JPEG or as a live javascript HTML5 Canvas object. See this page for some examples:TeeChart MVC examples page. Some of the techniques used by TeeChart’s native ASP.NET Webform chart have been enabled […]
TeeChart for .NET Gauge demo – Subaru BRZ acceleration simulation
The example uses TeeChart’s Circular and Numeric Gauges to simulate the acceleration of a 2016 Subaru BRZ car. Example code for this demo may be downloaded from the github repository: Demo code at github.com/Steema This is a simulation only and though the basis is fairly faithful to empirical results it does not make claims to […]
Linking Charts Demo – Connecting TeeChart for NET to data binding sources
This demo shows how TeeChart’s Charts can be made to work with each other on a Form in a Winform application. The demo uses the basis of the company data of a small technical products supplier; the company sells electronic based products, small computers, tablets and mobile phones and has markets in some countries around […]
Connecting TeeChart to MySQL at design/run-time on C# .NET Winforms
Introduction Connecting a TeeChart control to MySQL database at design-time using the TeeChart Editor and at run-time. The sourcecode for this demo is available via this github resource: https://github.com/Steema/TeeChart-for-.NET-CSharp-WinForms-samples/tree/master/ConnectingToMySql It assumes that you have a later version of TeeChart for .NET installed in your machine. You can use a TeeChart evaluation version if you don’t […]
Reaching the browser page with TeeChart
How different versions of TeeChart reach the browser page Recent news that Microsoft are ceasing support for ActiveX with the new navigator, Edge, included with Windows 10, seems to signal the end of mainstream browser support for ActiveX. ActiveX support was one of the flagship functionality elements for Internet Explorer some years ago but security […]