Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData (v2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
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
defdata_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=
defdata_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.