Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ReferenceLine |
ReferenceLine.clone() |
ReferenceLine |
ReferenceLine.withDataConfiguration(ReferenceLineDataConfiguration dataConfiguration)
The data configuration of the reference line.
|
ReferenceLine |
ReferenceLine.withLabelConfiguration(ReferenceLineLabelConfiguration labelConfiguration)
The label configuration of the reference line.
|
ReferenceLine |
ReferenceLine.withStatus(String status)
The status of the reference line.
|
ReferenceLine |
ReferenceLine.withStatus(WidgetStatus status)
The status of the reference line.
|
ReferenceLine |
ReferenceLine.withStyleConfiguration(ReferenceLineStyleConfiguration styleConfiguration)
The style configuration of the reference line.
|
Modifier and Type | Method and Description |
---|---|
List<ReferenceLine> |
BoxPlotChartConfiguration.getReferenceLines()
The reference line setup of the visual.
|
List<ReferenceLine> |
ComboChartConfiguration.getReferenceLines()
The reference line setup of the visual.
|
List<ReferenceLine> |
LineChartConfiguration.getReferenceLines()
The reference lines configuration of a line chart.
|
List<ReferenceLine> |
BarChartConfiguration.getReferenceLines()
The reference line setup of the visual.
|
Modifier and Type | Method and Description |
---|---|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withReferenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withReferenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
LineChartConfiguration |
LineChartConfiguration.withReferenceLines(ReferenceLine... referenceLines)
The reference lines configuration of a line chart.
|
BarChartConfiguration |
BarChartConfiguration.withReferenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
Modifier and Type | Method and Description |
---|---|
void |
BoxPlotChartConfiguration.setReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
void |
ComboChartConfiguration.setReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
void |
LineChartConfiguration.setReferenceLines(Collection<ReferenceLine> referenceLines)
The reference lines configuration of a line chart.
|
void |
BarChartConfiguration.setReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
LineChartConfiguration |
LineChartConfiguration.withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference lines configuration of a line chart.
|
BarChartConfiguration |
BarChartConfiguration.withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
Copyright © 2023. All rights reserved.