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