Class: Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Describes a single data point in the Chart.
Instance Attribute Summary collapse
-
#label ⇒ ::String
The X-axis label for this data point.
-
#value ⇒ ::Float
The Y-axis value for this data point.
Instance Attribute Details
#label ⇒ ::String
Returns The X-axis label for this data point.
3545 3546 3547 3548 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3545 class DataPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
Returns The Y-axis value for this data point.
3545 3546 3547 3548 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3545 class DataPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |