dateTimeRule = $dateTimeRule;
}
/**
* @return Google_Service_Sheets_ChartDateTimeRule
*/
public function getDateTimeRule()
{
return $this->dateTimeRule;
}
/**
* @param Google_Service_Sheets_ChartHistogramRule
*/
public function setHistogramRule(Google_Service_Sheets_ChartHistogramRule $histogramRule)
{
$this->histogramRule = $histogramRule;
}
/**
* @return Google_Service_Sheets_ChartHistogramRule
*/
public function getHistogramRule()
{
return $this->histogramRule;
}
}