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.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def @box_plot_options end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def @category_label_options end |
#field_wells ⇒ Types::BoxPlotFieldWells
Returns the value of attribute field_wells.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def legend @legend end |
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def @primary_y_axis_display_options end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def @primary_y_axis_label_options end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def reference_lines @reference_lines end |
#sort_configuration ⇒ Types::BoxPlotSortConfiguration
Returns the value of attribute sort_configuration.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def visual_palette @visual_palette end |