class Google::Apis::SheetsV4::CandlestickSeries
The series of a CandlestickData
.
Attributes
data[RW]
The data included in a domain or series. Corresponds to the JSON property `data` @return [Google::Apis::SheetsV4::ChartData]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 2452 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 2457 def update!(**args) @data = args[:data] if args.key?(:data) end