| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
XyChart |
XyChart.clone() |
XyChart |
Widget.getXyChart()
A chart of time series data.
|
XyChart |
XyChart.set(String fieldName,
Object value) |
XyChart |
XyChart.setChartOptions(ChartOptions chartOptions)
Display options for the chart.
|
XyChart |
XyChart.setDataSets(List<DataSet> dataSets)
Required.
|
XyChart |
XyChart.setThresholds(List<Threshold> thresholds)
Threshold lines drawn horizontally across the chart.
|
XyChart |
XyChart.setTimeshiftDuration(String timeshiftDuration)
The duration used to display a comparison chart.
|
XyChart |
XyChart.setXAxis(Axis xAxis)
The properties applied to the X axis.
|
XyChart |
XyChart.setYAxis(Axis yAxis)
The properties applied to the Y axis.
|
| Modifier and Type | Method and Description |
|---|---|
Widget |
Widget.setXyChart(XyChart xyChart)
A chart of time series data.
|
Copyright © 2011–2021 Google. All rights reserved.