| Tag Link | [ChartFX->SetHeight] | 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->SetHeight] sets the width for the chart in pixels. This tag and [ChartFX->SetWidth] must be called before calling [ChartFX->Render].
[Var:'MyChart'=ChartFX]
[$MyChart->SetWidth(800)]
[$MyChart->SetHeight(600)]
[$MyChart->SetTemplateStr('
[$MyChart->SetLassoData(Records_Array)]
[$MyChart->Render]
| Required Parameters | |
|---|---|
| Integer | The desired height in pixels of the chart. |
See the Lasso 8 Language Guide for examples of how to use this tag.