public function ChartArea::setPaddingLeft in Charts 8.3
Sets how far to draw the chart from the left border.
Parameters
mixed $left: Padding Left.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartArea.php, line 116
Class
- ChartArea
- Class ChartArea.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setPaddingLeft($left) {
$this->left = $left;
}