Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
LineStyle |
LineStyle.clone() |
LineStyle |
WaterfallChartSpec.getConnectorLineStyle()
The line style for the connector lines.
|
LineStyle |
BasicChartSeries.getLineStyle()
The line style of this series.
|
LineStyle |
LineStyle.set(String fieldName,
Object value) |
LineStyle |
LineStyle.setType(String type)
The dash type of the line.
|
LineStyle |
LineStyle.setWidth(Integer width)
The thickness of the line, in px.
|
Modifier and Type | Method and Description |
---|---|
WaterfallChartSpec |
WaterfallChartSpec.setConnectorLineStyle(LineStyle connectorLineStyle)
The line style for the connector lines.
|
BasicChartSeries |
BasicChartSeries.setLineStyle(LineStyle lineStyle)
The line style of this series.
|
Copyright © 2011–2024 Google. All rights reserved.