| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SeriesItem |
SeriesItem.clone() |
SeriesItem |
SeriesItem.withDataFieldSeriesItem(DataFieldSeriesItem dataFieldSeriesItem)
The data field series item configuration of a line chart.
|
SeriesItem |
SeriesItem.withFieldSeriesItem(FieldSeriesItem fieldSeriesItem)
The field series item configuration of a line chart.
|
| Modifier and Type | Method and Description |
|---|---|
List<SeriesItem> |
LineChartConfiguration.getSeries()
The series item configuration of a line chart.
|
| Modifier and Type | Method and Description |
|---|---|
LineChartConfiguration |
LineChartConfiguration.withSeries(SeriesItem... series)
The series item configuration of a line chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineChartConfiguration.setSeries(Collection<SeriesItem> series)
The series item configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withSeries(Collection<SeriesItem> series)
The series item configuration of a line chart.
|
Copyright © 2023. All rights reserved.