In this section we will demonstrate the process of creating a Combination Chart by providing data through Array. |
Before you continue, we recommend that you go through "Your First Chart" section, as we start off from the concepts explained in that section. |
Following is the code for creating the chart: |
<?xml version="1.0" encoding="utf-8"?> // Create an ArrayCollection object for chart data |
In the code, we have passed data through an ArrayCollection object named chartData. It is essential that only data in appropriate format be passed to the object. We have also created another ArrayCollection object named chartParams to store the chart parameters and bind it to FCParams attribute. The following chart will be rendered upon execution of the code: |
![]() |