Class: Aws::QuickSight::Types::WaterfallChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WaterfallChartConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration for a waterfall visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the category axis.
-
#category_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the category axis label.
-
#color_configuration ⇒ Types::WaterfallChartColorConfiguration
The color configuration of a waterfall visual.
-
#data_labels ⇒ Types::DataLabelOptions
The data label configuration of a waterfall visual.
-
#field_wells ⇒ Types::WaterfallChartFieldWells
The field well configuration of a waterfall visual.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#legend ⇒ Types::LegendOptions
The legend configuration of a waterfall visual.
-
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the y-axis.
-
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the y-axis label.
-
#sort_configuration ⇒ Types::WaterfallChartSortConfiguration
The sort configuration of a waterfall visual.
-
#visual_palette ⇒ Types::VisualPalette
The visual palette configuration of a waterfall visual.
-
#waterfall_chart_options ⇒ Types::WaterfallChartOptions
The options that determine the presentation of a waterfall visual.
Instance Attribute Details
#category_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the category axis.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#category_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the category axis label.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#color_configuration ⇒ Types::WaterfallChartColorConfiguration
The color configuration of a waterfall visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#data_labels ⇒ Types::DataLabelOptions
The data label configuration of a waterfall visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::WaterfallChartFieldWells
The field well configuration of a waterfall visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The legend configuration of a waterfall visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the y-axis.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the y-axis label.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::WaterfallChartSortConfiguration
The sort configuration of a waterfall visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The visual palette configuration of a waterfall visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |
#waterfall_chart_options ⇒ Types::WaterfallChartOptions
The options that determine the presentation of a waterfall visual.
36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36847 class WaterfallChartConfiguration < Struct.new( :field_wells, :sort_configuration, :waterfall_chart_options, :category_axis_label_options, :category_axis_display_options, :primary_y_axis_label_options, :primary_y_axis_display_options, :legend, :data_labels, :visual_palette, :color_configuration, :interactions) SENSITIVE = [] include Aws::Structure end |