| Modifier and Type | Class and Description |
|---|---|
static class |
ReportSummary.ChartData.DataPoint
Describes a single data point in the Chart.
|
static class |
ReportSummary.ChartData.DataPoint.Builder
Describes a single data point in the Chart.
|
| Modifier and Type | Method and Description |
|---|---|
ReportSummary.ChartData.DataPointOrBuilder |
ReportSummary.ChartDataOrBuilder.getDataPointsOrBuilder(int index)
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.
|
ReportSummary.ChartData.DataPointOrBuilder |
ReportSummary.ChartData.getDataPointsOrBuilder(int index)
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.
|
ReportSummary.ChartData.DataPointOrBuilder |
ReportSummary.ChartData.Builder.getDataPointsOrBuilder(int index)
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ReportSummary.ChartData.DataPointOrBuilder> |
ReportSummary.ChartDataOrBuilder.getDataPointsOrBuilderList()
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.
|
List<? extends ReportSummary.ChartData.DataPointOrBuilder> |
ReportSummary.ChartData.getDataPointsOrBuilderList()
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.
|
List<? extends ReportSummary.ChartData.DataPointOrBuilder> |
ReportSummary.ChartData.Builder.getDataPointsOrBuilderList()
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.
|
Copyright © 2024 Google LLC. All rights reserved.