In this section, we'll show you how to create a Combination chart using Model. |
Before you continue, we recommend that you go through "Your First Chart" section, as we start off from the concepts explained in that section. |
In the following code Model objects have been used for providing chart data and chart parameters: |
<?xml version="1.0" encoding="utf-8"?> |
In the code, we have passed data through a Model object named chartData. It is essential that only data in appropriate format be passed to the object. The chart parameters have been provided through a Model object named chartParams which has been bound to FCParams attribute. The following chart will be rendered upon execution of the code: |
![]() |