Home
last modified time | relevance | path

Searched refs:DataLabel (Results 1 – 5 of 5) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicChartSeries.php27 protected $dataLabelType = DataLabel::class;
75 * @param DataLabel
77 public function setDataLabel(DataLabel $dataLabel)
82 * @return DataLabel
H A DBasicChartSpec.php61 protected $totalDataLabelType = DataLabel::class;
219 * @param DataLabel
221 public function setTotalDataLabel(DataLabel $totalDataLabel)
226 * @return DataLabel
H A DWaterfallChartSeries.php27 protected $dataLabelType = DataLabel::class;
69 * @param DataLabel
71 public function setDataLabel(DataLabel $dataLabel)
76 * @return DataLabel
H A DWaterfallChartSpec.php41 protected $totalDataLabelType = DataLabel::class;
129 * @param DataLabel
131 public function setTotalDataLabel(DataLabel $totalDataLabel)
136 * @return DataLabel
H A DDataLabel.php20 class DataLabel extends \Google\Model class
94 class_alias(DataLabel::class, 'Google_Service_Sheets_DataLabel');