chartImageProperties = $chartImageProperties;
}
/**
* @return ImageProperties
*/
public function getChartImageProperties()
{
return $this->chartImageProperties;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SheetsChartProperties::class, 'Google_Service_Slides_SheetsChartProperties');