You are here

private property ChartAxes::$minValue in Charts 8.3

Min Value.

Moves the min value of the axis to the specified value; this will be downward in most charts. Ignored if this is set to a value greater than the minimum y-value of the data.

Type: mixed

File

modules/charts_google/src/Settings/Google/ChartAxes.php, line 104

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

private $minValue = 0;