Class: Aws::QuickSight::Types::ScatterPlotConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ScatterPlotConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a scatter plot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
-
#field_wells ⇒ Types::ScatterPlotFieldWells
The field wells of the visual.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
-
#sort_configuration ⇒ Types::ScatterPlotSortConfiguration
The sort configuration of a scatter plot.
-
#tooltip ⇒ Types::TooltipOptions
The legend display setup of the visual.
-
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
-
#x_axis_display_options ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
-
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
-
#y_axis_display_options ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
-
#y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
Instance Attribute Details
#data_labels ⇒ Types::DataLabelOptions
The options that determine if visual data labels are displayed.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::ScatterPlotFieldWells
The field wells of the visual.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::ScatterPlotSortConfiguration
The sort configuration of a scatter plot.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The legend display setup of the visual.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#y_axis_display_options ⇒ Types::AxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28705 class ScatterPlotConfiguration < Struct.new( :field_wells, :sort_configuration, :x_axis_label_options, :x_axis_display_options, :y_axis_label_options, :y_axis_display_options, :legend, :data_labels, :tooltip, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |