Class: Aws::Types::BoxPlotChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BoxPlotChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#box_plot_options ⇒ Types::BoxPlotOptions
Returns the value of attribute box_plot_options.
-
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
-
#field_wells ⇒ Types::BoxPlotFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
-
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
-
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
-
#sort_configuration ⇒ Types::BoxPlotSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
Instance Attribute Details
#box_plot_options ⇒ Types::BoxPlotOptions
Returns the value of attribute box_plot_options.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def @box_plot_options end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def @category_label_options end |
#field_wells ⇒ Types::BoxPlotFieldWells
Returns the value of attribute field_wells.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def legend @legend end |
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def @primary_y_axis_display_options end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def @primary_y_axis_label_options end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def reference_lines @reference_lines end |
#sort_configuration ⇒ Types::BoxPlotSortConfiguration
Returns the value of attribute sort_configuration.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def visual_palette @visual_palette end |