| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataBarsOptions |
DataBarsOptions.clone() |
DataBarsOptions |
TableInlineVisualization.getDataBars()
The configuration of the inline visualization of the data bars within a chart.
|
DataBarsOptions |
DataBarsOptions.withFieldId(String fieldId)
The field ID for the data bars options.
|
DataBarsOptions |
DataBarsOptions.withNegativeColor(String negativeColor)
The color of the negative data bar.
|
DataBarsOptions |
DataBarsOptions.withPositiveColor(String positiveColor)
The color of the positive data bar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableInlineVisualization.setDataBars(DataBarsOptions dataBars)
The configuration of the inline visualization of the data bars within a chart.
|
TableInlineVisualization |
TableInlineVisualization.withDataBars(DataBarsOptions dataBars)
The configuration of the inline visualization of the data bars within a chart.
|
Copyright © 2024. All rights reserved.