| Tag Link | [ChartFX->SetTextData] | 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->SetTextData] sets the data for a Chart FX chart using a comma or tab
"Label","Series1","Series2"
"Data1","9200","7835"
"Data2","14350","11233"
[Var:'MyChart'=ChartFX]
[$MyChart->SetWidth(800)]
[$MyChart->SetHeight(600)]
[$MyChart->SetTemplate('MyChart.cfx')]
[$MyChart->SetTextData('MyChart.txt')]
[$MyChart->Render]
| Required Parameters | |
|---|---|
| File Path | The path to the text file containing data for the chart. |
See the Lasso 8 Language Guide for examples of how to use this tag.