Home
last modified time | relevance | path

Searched refs:histogramRule (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartGroupRule.php44 public function setHistogramRule(ChartHistogramRule $histogramRule) argument
46 $this->histogramRule = $histogramRule;
53 return $this->histogramRule;
H A DPivotGroupRule.php46 public function setHistogramRule(HistogramRule $histogramRule) argument
48 $this->histogramRule = $histogramRule;
55 return $this->histogramRule;