You are here

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\Google

Code

public function getPaddingTop() {
  return $this->top;
}