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