| Tag Link | [ChartFX->SetXMLData] | Category | ChartFX |
|---|---|---|---|
| Type | Member | Source Available | Yes |
| Support | Preferred | Version | 8.5 |
| Change | New | Data Source | Any |
| Output Type | None | Security | None |
| Implementation | Sets | Lasso 8.5 | |
[ChartFX->SetXMLData] sets the data for a Chart FX chart using an XML file. The data should be contained within a
[Var:'MyChart'=ChartFX]
[$MyChart->SetWidth(800)]
[$MyChart->SetHeight(600)]
[$MyChart->SetTemplate('MyChart.cfx')]
[$MyChart->SetXMLData('MyChart.xml')]
[$MyChart->Render]
| Required Parameters | |
|---|---|
| File Path | The path to the XML file containing data for teh chart. |
See the Lasso 8 Language Guide for examples of how to use this tag.