Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DWaterfallChartSeries.php33 protected $negativeColumnsStyleType = WaterfallChartColumnStyle::class;
35 protected $positiveColumnsStyleType = WaterfallChartColumnStyle::class;
37 protected $subtotalColumnsStyleType = WaterfallChartColumnStyle::class;
97 * @param WaterfallChartColumnStyle
99 public function setNegativeColumnsStyle(WaterfallChartColumnStyle $negativeColumnsStyle)
104 * @return WaterfallChartColumnStyle
111 * @param WaterfallChartColumnStyle
113 public function setPositiveColumnsStyle(WaterfallChartColumnStyle $positiveColumnsStyle)
118 * @return WaterfallChartColumnStyle
125 * @param WaterfallChartColumnStyle
[all …]
H A DWaterfallChartColumnStyle.php20 class WaterfallChartColumnStyle extends \Google\Model class
76 class_alias(WaterfallChartColumnStyle::class, 'Google_Service_Sheets_WaterfallChartColumnStyle');