dataPoints property
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;
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.
core.List<ReportSummaryChartDataDataPoint>? dataPoints;