public final class BasicChartSeries
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
BasicChartSeries() |
| Modifier and Type | Method and Description |
|---|---|
BasicChartSeries |
clone() |
ChartData |
getSeries()
The data being visualized in this chart series.
|
java.lang.String |
getTargetAxis()
The minor axis that will specify the range of values for this series.
|
java.lang.String |
getType()
The type of this series.
|
BasicChartSeries |
set(java.lang.String fieldName,
java.lang.Object value) |
BasicChartSeries |
setSeries(ChartData series)
The data being visualized in this chart series.
|
BasicChartSeries |
setTargetAxis(java.lang.String targetAxis)
The minor axis that will specify the range of values for this series.
|
BasicChartSeries |
setType(java.lang.String type)
The type of this series.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic ChartData getSeries()
null for nonepublic BasicChartSeries setSeries(ChartData series)
series - series or null for nonepublic java.lang.String getTargetAxis()
null for nonepublic BasicChartSeries setTargetAxis(java.lang.String targetAxis)
targetAxis - targetAxis or null for nonepublic java.lang.String getType()
null for nonepublic BasicChartSeries setType(java.lang.String type)
type - type or null for nonepublic BasicChartSeries set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BasicChartSeries clone()
clone in class com.google.api.client.json.GenericJson