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 […]
Category: .NET
Microsoft .NET
A brief introduction to TeeGrid.NET
Do please download the source code and/or the executable binary for this article. TeeGrid.NET is a high-performance alternative to Visual Studio’s DataGridView which also offers more flexibility in data rendering. This article will show you, step-by-step, how to use TeeGrid.NET to connect to your data and some of the most important advantages it has over […]
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 […]
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 […]
Introducing TeeChart XAML
We’re excited to introduce you yet another addition to our TeeChart .NET line of products. This time, we’re focusing on comfort and ease of use for programmers. While TeeChart for WinForms presents the programmers with a fully-featured designer, the visual support in other platforms is more lacking. I’m referring to what we call the XAML […]
Big files: XML or JSON ? TeeBI !!
Introduction XML and JSON are very typical text formats used to store data, designed to be more comfortable than plain old “csv” text and allowing hierarchical (parent -> child) relationships. However, even if there are many wonderful standard libraries to process them, there is still a speed problem when loading big quantities of data (say, […]
TeeBI teaser
Small teaser of TeeBI. This is the custom web server calculating a query and returning a chart. The only dependencies are TeeChart and Indy http web server component. Data is in column-oriented, memory-based custom format for speed reasons, no database or FireDac, etc are necessary. Data is imported from many sources (excel, text files, firedac […]
DashBoards and Data Visualization using Xamarin.Forms and TeeChart
DashBoards and Data Visualization using Xamarin.Forms and TeeChart This article is going to show how easy it is to create dashboard designs to show information, especially data, by using the layouts included in Xamarin.Forms and how to use the TeeChart charting library, which fully supports Xamarin.Forms. In this example several Charts will be added to […]
Theme persistence
2015 brings some aesthetic improvements for TeeChart VCL/FMX and .NET versions with the intention to make it easier for our users to create visually appealing charts. In this article I’m going to speak about difference aspects about new theme usage and possibilities in TeeChart VCL/FMX to accomplish that objective. The concept and the result is almost … Continue reading Theme persistence
TeeChart NET for iOS and Xamarin.iOS Unified API
As you know the TeeChart NET for iOS have been available since the first MonoTouch version created by Xamarin team. The TeeChart product allows to add professional Charts to your apps easily. With a very few lines of code you can create the Chart, customize it, set a DataSource for the data and add as […]