# FsChartPageUrl A URL for a chart page image.   ##### Syntax ``` wasm struct FsChartPageUrl { const char* name; const char* url; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |--------|------------------------------------------------------------------------------------------------------------------------------------------| | `name` | An identifier for the URL. | | `url` | The actual URL to the chart image file. This URL should only be used as an identifier/handle and **can not** be used to fetch the image. | {{< /table-wrapper >}}   ##### Remarks The url value must be passed to the `fsChartsGetPageImage` function in order to fetch the image of a chart page.