format = $format;
}
/**
* @return Google_Service_Sheets_TextFormat
*/
public function getFormat()
{
return $this->format;
}
public function setPosition($position)
{
$this->position = $position;
}
public function getPosition()
{
return $this->position;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
/**
* @param Google_Service_Sheets_TextPosition
*/
public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition)
{
$this->titleTextPosition = $titleTextPosition;
}
/**
* @return Google_Service_Sheets_TextPosition
*/
public function getTitleTextPosition()
{
return $this->titleTextPosition;
}
/**
* @param Google_Service_Sheets_ChartAxisViewWindowOptions
*/
public function setViewWindowOptions(Google_Service_Sheets_ChartAxisViewWindowOptions $viewWindowOptions)
{
$this->viewWindowOptions = $viewWindowOptions;
}
/**
* @return Google_Service_Sheets_ChartAxisViewWindowOptions
*/
public function getViewWindowOptions()
{
return $this->viewWindowOptions;
}
}