You are here

public function PlotBands::setFrom in Charts 8.3

Parameters

mixed $from:

File

modules/charts_highcharts/src/Settings/Highcharts/PlotBands.php, line 26

Class

PlotBands
PlotBands for gauge charts.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setFrom($from) {
  $this->from = $from;
}