dataPoints property

List<ReportSummaryChartDataDataPoint>? dataPoints
getter/setter pair

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.

Implementation

core.List<ReportSummaryChartDataDataPoint>? dataPoints;