Class: Google::Apis::SheetsV4::ChartData
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::ChartData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb
Overview
The data included in a domain or series.
Instance Attribute Summary collapse
-
#source_range ⇒ Google::Apis::SheetsV4::ChartSourceRange
Source ranges for a chart.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ChartData
constructor
A new instance of ChartData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ChartData
Returns a new instance of ChartData
2523 2524 2525 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2523 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source_range ⇒ Google::Apis::SheetsV4::ChartSourceRange
Source ranges for a chart.
Corresponds to the JSON property sourceRange
2521 2522 2523 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2521 def source_range @source_range end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2528 2529 2530 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2528 def update!(**args) @source_range = args[:source_range] if args.key?(:source_range) end |