You are viewing documentation for an older version. For current documentation - click here.

FusionCharts XT Grid Component helps you display Single-series FusionCharts XT data in a tabular format. You can combine the grid component with any Single-series chart to form a good looking combo.

Features:

  • Uses the same single series XML/JSON structure as any other FusionCharts XT chart. So, your chart and grid can use the same XML/JSON data source.
  • Allows Client-side paging of data. So, your users can iterate through different pages of tabular data without having to refresh the page.
  • Uses cosmetic properties from the chart XML/JSON data by default. However, you can over-ride the cosmetic properties specified in XML/JSON document by specifying individual properties for the Grid component.

Example

Shown below is an example of Grid component used with a Pie 3D chart and Column 2D Chart.

Pie 3D Chart with Grid Component
Column 2D Chart with Grid Component

You can treat the Grid component like any other FusionCharts XT chart. It has all the functionalities offered by other charts, like dynamic resizing, XML/JSON data source, JavaScript support, can be loaded inside other Flash movies etc.

FusionCharts XT Grid component cannot be exported to image/PDF.

Let us next see how to use the Grid component.