dataRefreshRate property

double? dataRefreshRate
getter/setter pair

Sets the refresh rate for data polling when importing remote dataset by setting data.csvURL, data.rowsURL, data.columnsURL, or data.googleSpreadsheetKey.

Note that polling must be enabled by setting data.enablePolling to true.

The value is the number of seconds between pollings. It cannot be set to less than 1 second.

API Docs: https://api.highcharts.com/highcharts/data.dataRefreshRate

Implementation

double? dataRefreshRate;