FsChartPageUrl

A URL for a chart page image.

 

Syntax
struct FsChartPageUrl
{
    const char* name;
    const char* url;
};

 

Members
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.

 

Remarks

The url value must be passed to the fsChartsGetPageImage function in order to fetch the image of a chart page.

 

Related Topics

  1. WebAssembly
  2. Charts API