Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint.
Describes a single data point in the Chart.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#label
def label() -> ::String
Returns
- (::String) — The X-axis label for this data point.
#label=
def label=(value) -> ::String
Parameter
- value (::String) — The X-axis label for this data point.
Returns
- (::String) — The X-axis label for this data point.
#value
def value() -> ::Float
Returns
- (::Float) — The Y-axis value for this data point.
#value=
def value=(value) -> ::Float
Parameter
- value (::Float) — The Y-axis value for this data point.
Returns
- (::Float) — The Y-axis value for this data point.