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