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

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

Read More

Check out the new StandardSeriesDemo example

Check out the new StandardSeriesDemo example which has been created for most of the Steema TeeChart products. You can download and check the source code for each TeeChart version at the Steema GitHub page : https://github.com/Steema/TeeChart-for-.NET-CSharp-WinForms-samples/tree/master/StandardSeriesDemo (for TeeChart for NET WinForms -CSharp). https://github.com/Steema/TeeChart-for-FireMonkey-applications-samples/tree/master/StandardSeriesDemo (for TeeChart for FireMonkey FMX). https://github.com/Steema/TeeChart-ActiveX-samples/tree/master/StandardSeriesDemo (for TeeChart ActiveX). https://github.com/Steema/teechart-xamarin-foms-samples/tree/master/StandardSeriesDemo (for TeeChart for […]

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

Steema at Xamarin Evolve 2014

Steema Software has confirmed its presence as an exhibitor at Xamarin Evolve 2014. In this article I’ll explain what Steema Software will be presenting at the conference. Xamarin  is planning Evolve 2014 as “The world’s largest cross-platform mobile development”. It will be held in Atlanta from Monday 6th October until Friday 10th. From the Steema team, Josep […]

Read More

Animated Bar Series Transitions (VCL and FMX)

A new feature in the next coming TeeChart Pro update is a new TeeAnimation class to perform animated transitions between the different Bar series stacking styles. Creating the animation: var a : TSeriesTransition; a:=TSeriesTransition.Create(Self); a.Chart:=Chart1; Optional animation settings: a.Duration:=300; // milliseconds a.TimingStyle:=atInOut; a.Timing:=atCubic; Playing the animation: a.Before; Series1.MultiBar:=mbStacked; a.After; Download: Executable demos (VCL and Firemonkey) […]

Read More

Navigator map for TTree diagramming control

Following a request from a customer at TeeChart UserVoice (see this link), we’ve implemented a “navigator map” for TTree. TTree (see picture) is a diagramming /flow-control component included in TeeChart Pro for VCL and FireMonkey frameworks. This Navigator map is a control that displays a view of the (potentially huge) TTree contents and allows clicking […]

Read More

Delphi Inspect, simple free tool to view FireMonkey and RTL System parameters.

NEW: Updated version compiled with Embarcadero Studio XE 10.1 Berlin “Update 1” (September 2016). This small app shows a very big quantity of global parameters (variables, class variables, class properties, “service managers” interface values)  from Delphi RTL System units, FireMonkey classes and platform-specific parameters (Android, iOS, Mac OSX and Windows x86 and x64). It also […]

Read More