You are here

public function ChartData::setType in Charts 8.3

Same name in this branch
  1. 8.3 modules/charts_billboard/src/Settings/Billboard/ChartData.php \Drupal\charts_billboard\Settings\Billboard\ChartData::setType()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartData.php \Drupal\charts_c3\Settings\CThree\ChartData::setType()
Same name and namespace in other branches
  1. 8 modules/charts_c3/src/Settings/CThree/ChartData.php \Drupal\charts_c3\Settings\CThree\ChartData::setType()

Set Type.

Parameters

mixed $type: Type.

File

modules/charts_c3/src/Settings/CThree/ChartData.php, line 78

Class

ChartData
Chart Data.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setType($type) {
  $this->type = $type;
}