Multi Touch with TeeChart for Xamarin.Android

Now that you know how to get started with TeeChart for Xamarin.Android, let’s get into a more interesting topic, multi-touch with TeeChart and Xamarin.Android. From its inception, TeeChart for Xamarin.Android supports multi-touch gestures. However, since the release of build 4.14.6.25 in June 2014, the multi-touch offering has been extended with the implementation of the entire ZoomStyles.Classic functionality. In this […]

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