TW3Chart

Description: Using bar charts and pie charts to display data
Programmer: Unknown
Compiler: Smart Mobile Studio 2.2

Introduction

Charts are easy to display with the provided attractive theme. The first demo simply displays one bar chart. We added only a TW3Chart to the form and a few lines of code to populate the chart.

Using more than one series in a TW3Chart

This demo shows:
  • that you can add a series to a chart already containing one series;
  • how to display a pie chart;
  • how to use ToolButtons in a ToolBar to select the series that is displayed;
  • how to take advantage of Values and Labels being dynamic arrays, in this case using the Reverse routine.

The supplied TeeChart demo in the Forms & Components folder shows the many other types of graph/chart that can be displayed and gives examples of changing some of their properties.