| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Axis |
Axis.clone() |
Axis |
XyChart.getXAxis()
The properties applied to the X axis.
|
Axis |
XyChart.getYAxis()
The properties applied to the Y axis.
|
Axis |
Axis.set(String fieldName,
Object value) |
Axis |
Axis.setLabel(String label)
The label of the axis.
|
Axis |
Axis.setScale(String scale)
The axis scale.
|
| Modifier and Type | Method and Description |
|---|---|
XyChart |
XyChart.setXAxis(Axis xAxis)
The properties applied to the X axis.
|
XyChart |
XyChart.setYAxis(Axis yAxis)
The properties applied to the Y axis.
|
Copyright © 2011–2021 Google. All rights reserved.