| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AxisDisplayOptions |
AxisDisplayOptions.clone() |
AxisDisplayOptions |
LineSeriesAxisDisplayOptions.getAxisOptions()
The options that determine the presentation of the line series axis.
|
AxisDisplayOptions |
RadarChartConfiguration.getCategoryAxis()
The category axis of a radar chart.
|
AxisDisplayOptions |
ComboChartConfiguration.getCategoryAxis()
The category axis of a combo chart.
|
AxisDisplayOptions |
BarChartConfiguration.getCategoryAxis()
The label display options (grid line, range, scale, axis step) for bar chart category.
|
AxisDisplayOptions |
BoxPlotChartConfiguration.getCategoryAxis()
The label display options (grid line, range, scale, axis step) of a box plot category.
|
AxisDisplayOptions |
WaterfallChartConfiguration.getCategoryAxisDisplayOptions()
The options that determine the presentation of the category axis.
|
AxisDisplayOptions |
RadarChartConfiguration.getColorAxis()
The color axis of a radar chart.
|
AxisDisplayOptions |
WaterfallChartConfiguration.getPrimaryYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
|
AxisDisplayOptions |
ComboChartConfiguration.getPrimaryYAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field
well.
|
AxisDisplayOptions |
BoxPlotChartConfiguration.getPrimaryYAxisDisplayOptions()
The label display options (grid line, range, scale, axis step) of a box plot category.
|
AxisDisplayOptions |
ComboChartConfiguration.getSecondaryYAxisDisplayOptions()
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field
well.
|
AxisDisplayOptions |
BarChartConfiguration.getValueAxis()
The label display options (grid line, range, scale, axis step) for a bar chart value.
|
AxisDisplayOptions |
HistogramConfiguration.getXAxisDisplayOptions()
The options that determine the presentation of the x-axis.
|
AxisDisplayOptions |
ScatterPlotConfiguration.getXAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
AxisDisplayOptions |
LineChartConfiguration.getXAxisDisplayOptions()
The options that determine the presentation of the x-axis.
|
AxisDisplayOptions |
HistogramConfiguration.getYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
|
AxisDisplayOptions |
ScatterPlotConfiguration.getYAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
AxisDisplayOptions |
AxisDisplayOptions.withAxisLineVisibility(String axisLineVisibility)
Determines whether or not the axis line is visible.
|
AxisDisplayOptions |
AxisDisplayOptions.withAxisLineVisibility(Visibility axisLineVisibility)
Determines whether or not the axis line is visible.
|
AxisDisplayOptions |
AxisDisplayOptions.withAxisOffset(String axisOffset)
The offset value that determines the starting placement of the axis within a visual's bounds.
|
AxisDisplayOptions |
AxisDisplayOptions.withDataOptions(AxisDataOptions dataOptions)
The data options for an axis.
|
AxisDisplayOptions |
AxisDisplayOptions.withGridLineVisibility(String gridLineVisibility)
Determines whether or not the grid line is visible.
|
AxisDisplayOptions |
AxisDisplayOptions.withGridLineVisibility(Visibility gridLineVisibility)
Determines whether or not the grid line is visible.
|
AxisDisplayOptions |
AxisDisplayOptions.withScrollbarOptions(ScrollBarOptions scrollbarOptions)
The scroll bar options for an axis.
|
AxisDisplayOptions |
AxisDisplayOptions.withTickLabelOptions(AxisTickLabelOptions tickLabelOptions)
The tick label options of an axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineSeriesAxisDisplayOptions.setAxisOptions(AxisDisplayOptions axisOptions)
The options that determine the presentation of the line series axis.
|
void |
RadarChartConfiguration.setCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
|
void |
ComboChartConfiguration.setCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a combo chart.
|
void |
BarChartConfiguration.setCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) for bar chart category.
|
void |
BoxPlotChartConfiguration.setCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
void |
WaterfallChartConfiguration.setCategoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
|
void |
RadarChartConfiguration.setColorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
|
void |
WaterfallChartConfiguration.setPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
void |
ComboChartConfiguration.setPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field
well.
|
void |
BoxPlotChartConfiguration.setPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
void |
ComboChartConfiguration.setSecondaryYAxisDisplayOptions(AxisDisplayOptions secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field
well.
|
void |
BarChartConfiguration.setValueAxis(AxisDisplayOptions valueAxis)
The label display options (grid line, range, scale, axis step) for a bar chart value.
|
void |
HistogramConfiguration.setXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
void |
ScatterPlotConfiguration.setXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
void |
LineChartConfiguration.setXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
void |
HistogramConfiguration.setYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
void |
ScatterPlotConfiguration.setYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
LineSeriesAxisDisplayOptions |
LineSeriesAxisDisplayOptions.withAxisOptions(AxisDisplayOptions axisOptions)
The options that determine the presentation of the line series axis.
|
RadarChartConfiguration |
RadarChartConfiguration.withCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
|
ComboChartConfiguration |
ComboChartConfiguration.withCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a combo chart.
|
BarChartConfiguration |
BarChartConfiguration.withCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) for bar chart category.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withCategoryAxis(AxisDisplayOptions categoryAxis)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withCategoryAxisDisplayOptions(AxisDisplayOptions categoryAxisDisplayOptions)
The options that determine the presentation of the category axis.
|
RadarChartConfiguration |
RadarChartConfiguration.withColorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
ComboChartConfiguration |
ComboChartConfiguration.withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field
well.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a box plot category.
|
ComboChartConfiguration |
ComboChartConfiguration.withSecondaryYAxisDisplayOptions(AxisDisplayOptions secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field
well.
|
BarChartConfiguration |
BarChartConfiguration.withValueAxis(AxisDisplayOptions valueAxis)
The label display options (grid line, range, scale, axis step) for a bar chart value.
|
HistogramConfiguration |
HistogramConfiguration.withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
LineChartConfiguration |
LineChartConfiguration.withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
HistogramConfiguration |
HistogramConfiguration.withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The options that determine the presentation of the y-axis.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
Copyright © 2024. All rights reserved.