Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
PointStyle |
PointStyle.clone() |
PointStyle |
BasicChartSeries.getPointStyle()
The style for points associated with this series.
|
PointStyle |
BasicSeriesDataPointStyleOverride.getPointStyle()
Point style of the series data point.
|
PointStyle |
PointStyle.set(String fieldName,
Object value) |
PointStyle |
PointStyle.setShape(String shape)
The point shape.
|
PointStyle |
PointStyle.setSize(Double size)
The point size.
|
Modifier and Type | Method and Description |
---|---|
BasicChartSeries |
BasicChartSeries.setPointStyle(PointStyle pointStyle)
The style for points associated with this series.
|
BasicSeriesDataPointStyleOverride |
BasicSeriesDataPointStyleOverride.setPointStyle(PointStyle pointStyle)
Point style of the series data point.
|
Copyright © 2011–2024 Google. All rights reserved.