What’s New in TeeChart VCL/FMX v2015.16

Build 2015.16.150901 Release September 2015 This technical document describes all changes made to TeeChart component library (FireMonkey and VCL versions) since the release of April 2015.   New Supported IDEs Embarcadero RAD Studio 10 Seattle. Full support for Delphi and C++ Builder 10 Seattle for all platform projects.   ‘Detail’ property Series ‘master-detail’ functionality, with […]

Read More

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

Read More

Generic Delphi Tree structure

A generic Tree structure made in Delphi is freely available at this GitHub repository: https://github.com/davidberneda/GenericTree See the readme at GitHub for details and updated documentation. This small class allows creating hierarchical structures where each “node” is a small object (20 bytes plus your own data size), containing a property of your desired type. For example, […]

Read More

Clustering visualization

TeeChart Pro includes classes and components to perform “clustering” on your data, and optionally visualize the results using a chart “Tool” component. Clustering is the process of grouping data automatically, according to how well related are the individual items. As an unsupervised algorithm, its widely used in data-mining / machine-learning / B.I. (Business Intelligence) applications. […]

Read More

Using TeeChart Java with Android Studio

Minimal example using TeeChart Java in Google’s Android Studio. Android Studio home page: https://developer.android.com/sdk/installing/studio.html Download: Download the example (9MB) If you want to recreate this project, the steps are as follows: 1) TeeChart Java for Android The above example download includes an evaluation version of TeeChart.Android.jar library. (The evaluation version draws a watermark) If you wish […]

Read More