In this section we'll create a multi-series column 3D chart by providing data in form of XML String. |
Before you continue, we recommend that you go through 'Your First Chart' section, as we start off from the concepts explained in that section. |
For this chart we will use the XML which we created in the "Multi Series > Data from XML File" section. We will hard-code the XML in a string variable (see code below). |
<?xml version="1.0" encoding="utf-8"?> // Create a string with valid chart data and xml tags ]]> |
In the code, we passed data through a XML String object named xmlData. For this, we have created the string with valid chart data. Now, if you run the code, you'll get the following chart: |
![]() |