axis = $axis;
}
/**
* @return Google_Service_Sheets_BasicChartAxis[]
*/
public function getAxis()
{
return $this->axis;
}
public function setChartType($chartType)
{
$this->chartType = $chartType;
}
public function getChartType()
{
return $this->chartType;
}
public function setCompareMode($compareMode)
{
$this->compareMode = $compareMode;
}
public function getCompareMode()
{
return $this->compareMode;
}
/**
* @param Google_Service_Sheets_BasicChartDomain[]
*/
public function setDomains($domains)
{
$this->domains = $domains;
}
/**
* @return Google_Service_Sheets_BasicChartDomain[]
*/
public function getDomains()
{
return $this->domains;
}
public function setHeaderCount($headerCount)
{
$this->headerCount = $headerCount;
}
public function getHeaderCount()
{
return $this->headerCount;
}
public function setInterpolateNulls($interpolateNulls)
{
$this->interpolateNulls = $interpolateNulls;
}
public function getInterpolateNulls()
{
return $this->interpolateNulls;
}
public function setLegendPosition($legendPosition)
{
$this->legendPosition = $legendPosition;
}
public function getLegendPosition()
{
return $this->legendPosition;
}
public function setLineSmoothing($lineSmoothing)
{
$this->lineSmoothing = $lineSmoothing;
}
public function getLineSmoothing()
{
return $this->lineSmoothing;
}
/**
* @param Google_Service_Sheets_BasicChartSeries[]
*/
public function setSeries($series)
{
$this->series = $series;
}
/**
* @return Google_Service_Sheets_BasicChartSeries[]
*/
public function getSeries()
{
return $this->series;
}
public function setStackedType($stackedType)
{
$this->stackedType = $stackedType;
}
public function getStackedType()
{
return $this->stackedType;
}
public function setThreeDimensional($threeDimensional)
{
$this->threeDimensional = $threeDimensional;
}
public function getThreeDimensional()
{
return $this->threeDimensional;
}
/**
* @param Google_Service_Sheets_DataLabel
*/
public function setTotalDataLabel(Google_Service_Sheets_DataLabel $totalDataLabel)
{
$this->totalDataLabel = $totalDataLabel;
}
/**
* @return Google_Service_Sheets_DataLabel
*/
public function getTotalDataLabel()
{
return $this->totalDataLabel;
}
}