Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData.
Describes a collection of data points rendered as a Chart.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_points
def data_points() -> ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint>) — Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.
#data_points=
def data_points=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint>) — Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint>) — Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.