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
2683 2684 2685 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2683 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
2681 2682 2683 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2681 def source_range @source_range end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2688 2689 2690 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 2688 def update!(**args) @source_range = args[:source_range] if args.key?(:source_range) end |