Class: Aws::QuickSight::Types::SmallMultiplesOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SmallMultiplesOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Options that determine the layout and display options of a chart's small multiples.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_visible_columns ⇒ Integer
Sets the maximum number of visible columns to display in the grid of small multiples panels.
-
#max_visible_rows ⇒ Integer
Sets the maximum number of visible rows to display in the grid of small multiples panels.
-
#panel_configuration ⇒ Types::PanelConfiguration
Configures the display options for each small multiples panel.
-
#x_axis ⇒ Types::SmallMultiplesAxisProperties
The properties of a small multiples X axis.
-
#y_axis ⇒ Types::SmallMultiplesAxisProperties
The properties of a small multiples Y axis.
Instance Attribute Details
#max_visible_columns ⇒ Integer
Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is Auto, which automatically adjusts the columns in
the grid to fit the overall layout and size of the given chart.
34530 34531 34532 34533 34534 34535 34536 34537 34538 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34530 class SmallMultiplesOptions < Struct.new( :max_visible_rows, :max_visible_columns, :panel_configuration, :x_axis, :y_axis) SENSITIVE = [] include Aws::Structure end |
#max_visible_rows ⇒ Integer
Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is Auto, which automatically adjusts the rows in
the grid to fit the overall layout and size of the given chart.
34530 34531 34532 34533 34534 34535 34536 34537 34538 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34530 class SmallMultiplesOptions < Struct.new( :max_visible_rows, :max_visible_columns, :panel_configuration, :x_axis, :y_axis) SENSITIVE = [] include Aws::Structure end |
#panel_configuration ⇒ Types::PanelConfiguration
Configures the display options for each small multiples panel.
34530 34531 34532 34533 34534 34535 34536 34537 34538 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34530 class SmallMultiplesOptions < Struct.new( :max_visible_rows, :max_visible_columns, :panel_configuration, :x_axis, :y_axis) SENSITIVE = [] include Aws::Structure end |
#x_axis ⇒ Types::SmallMultiplesAxisProperties
The properties of a small multiples X axis.
34530 34531 34532 34533 34534 34535 34536 34537 34538 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34530 class SmallMultiplesOptions < Struct.new( :max_visible_rows, :max_visible_columns, :panel_configuration, :x_axis, :y_axis) SENSITIVE = [] include Aws::Structure end |
#y_axis ⇒ Types::SmallMultiplesAxisProperties
The properties of a small multiples Y axis.
34530 34531 34532 34533 34534 34535 34536 34537 34538 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34530 class SmallMultiplesOptions < Struct.new( :max_visible_rows, :max_visible_columns, :panel_configuration, :x_axis, :y_axis) SENSITIVE = [] include Aws::Structure end |