Class: Aws::QuickSight::Types::WaterfallChartConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The configuration for a waterfall visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_axis_display_options ⇒ Types::AxisDisplayOptions

The options that determine the presentation of the category axis.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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.



53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53928

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