public function HighchartsOptions::setExporting in Charts 8.3
Set exporting options.
Parameters
\Drupal\charts_highcharts\Settings\Highcharts\ExportingOptions|null $exporting: The exporting options.
File
- modules/
charts_highcharts/ src/ Settings/ Highcharts/ HighchartsOptions.php, line 252
Class
- HighchartsOptions
- Highcharts.
Namespace
Drupal\charts_highcharts\Settings\HighchartsCode
public function setExporting($exporting = NULL) {
$this->exporting = $exporting;
}