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.FlagsAbstractMap.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 (such as bars, lines, and points) associated with this series.
|
ColorStyle |
getColorStyle()
The color for elements (such as bars, lines, and points) associated with this series.
|
DataLabel |
getDataLabel()
Information about the data labels for this series.
|
LineStyle |
getLineStyle()
The line style of this series.
|
PointStyle |
getPointStyle()
The style for points associated with this series.
|
ChartData |
getSeries()
The data being visualized in this chart series.
|
List<BasicSeriesDataPointStyleOverride> |
getStyleOverrides()
Style override settings for series data points.
|
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 (such as bars, lines, and points) associated with this series.
|
BasicChartSeries |
setColorStyle(ColorStyle colorStyle)
The color for elements (such as bars, lines, and points) associated with this series.
|
BasicChartSeries |
setDataLabel(DataLabel dataLabel)
Information about the data labels for this series.
|
BasicChartSeries |
setLineStyle(LineStyle lineStyle)
The line style of this series.
|
BasicChartSeries |
setPointStyle(PointStyle pointStyle)
The style for points associated with this series.
|
BasicChartSeries |
setSeries(ChartData series)
The data being visualized in this chart series.
|
BasicChartSeries |
setStyleOverrides(List<BasicSeriesDataPointStyleOverride> styleOverrides)
Style override settings for series data points.
|
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, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Color getColor()
null for nonepublic BasicChartSeries setColor(Color color)
color - color or null for nonepublic ColorStyle getColorStyle()
null for nonepublic BasicChartSeries setColorStyle(ColorStyle colorStyle)
colorStyle - colorStyle or null for nonepublic DataLabel getDataLabel()
null for nonepublic BasicChartSeries setDataLabel(DataLabel dataLabel)
dataLabel - dataLabel or null for nonepublic LineStyle getLineStyle()
null for nonepublic BasicChartSeries setLineStyle(LineStyle lineStyle)
lineStyle - lineStyle or null for nonepublic PointStyle getPointStyle()
null for nonepublic BasicChartSeries setPointStyle(PointStyle pointStyle)
pointStyle - pointStyle or null for nonepublic ChartData getSeries()
null for nonepublic BasicChartSeries setSeries(ChartData series)
series - series or null for nonepublic List<BasicSeriesDataPointStyleOverride> getStyleOverrides()
null for nonepublic BasicChartSeries setStyleOverrides(List<BasicSeriesDataPointStyleOverride> styleOverrides)
styleOverrides - styleOverrides 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 GenericJsonpublic BasicChartSeries clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.