class Google::Apis::SlidesV1::SheetsChartProperties
The properties of the SheetsChart
.
Attributes
chart_image_properties[RW]
The properties of the Image
. Corresponds to the JSON property `chartImageProperties` @return [Google::Apis::SlidesV1::ImageProperties]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 3512 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/slides_v1/classes.rb, line 3517 def update!(**args) @chart_image_properties = args[:chart_image_properties] if args.key?(:chart_image_properties) end