Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below you will find the steps that need to be followed in order to implement a Sparkline in your project.

  1. A Create a database containing for the numeric information that will be displayed is.
  2. Configure the tables and queries that are going to will be used in the data grid.
  3. Configure the Draw Environment and implement the necessary code on CodeBehind. 

Database

In Edit>Datasets>DBs, you need to include the external database by using one of the providers available in the Available Providers list. In this example, we are going to use a SQLite provider in a database called Nwind.


This example database contains has many tables in it. However, not all of them the tables will be used in the project. The image below shows all the available tables and highlights the ones that will be used.

...