Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicSeriesDataPointStyleOverride.php78 public function setPointStyle(PointStyle $pointStyle) argument
80 $this->pointStyle = $pointStyle;
87 return $this->pointStyle;
H A DBasicChartSeries.php105 public function setPointStyle(PointStyle $pointStyle) argument
107 $this->pointStyle = $pointStyle;
114 return $this->pointStyle;