public final class BasicChartSeries extends 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BasicChartSeries() |
Modifier and Type | Method and Description |
---|---|
BasicChartSeries |
clone() |
Color |
getColor()
The color for elements (i.e.
|
LineStyle |
getLineStyle()
The line style of this series.
|
ChartData |
getSeries()
The data being visualized in this chart series.
|
String |
getTargetAxis()
The minor axis that will specify the range of values for this series.
|
String |
getType()
The type of this series.
|
BasicChartSeries |
set(String fieldName,
Object value) |
BasicChartSeries |
setColor(Color color)
The color for elements (i.e.
|
BasicChartSeries |
setLineStyle(LineStyle lineStyle)
The line style of this series.
|
BasicChartSeries |
setSeries(ChartData series)
The data being visualized in this chart series.
|
BasicChartSeries |
setTargetAxis(String targetAxis)
The minor axis that will specify the range of values for this series.
|
BasicChartSeries |
setType(String type)
The type of this series.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Color getColor()
null
for nonepublic BasicChartSeries setColor(Color color)
color
- color or null
for nonepublic LineStyle getLineStyle()
null
for nonepublic BasicChartSeries setLineStyle(LineStyle lineStyle)
lineStyle
- lineStyle or null
for nonepublic ChartData getSeries()
null
for nonepublic BasicChartSeries setSeries(ChartData series)
series
- series or null
for nonepublic String getTargetAxis()
null
for nonepublic BasicChartSeries setTargetAxis(String targetAxis)
targetAxis
- targetAxis or null
for nonepublic String getType()
null
for nonepublic BasicChartSeries setType(String type)
type
- type or null
for nonepublic BasicChartSeries set(String fieldName, Object value)
set
in class GenericJson
public BasicChartSeries clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.