Class: Aws::Types::HistogramConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HistogramConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bin_options ⇒ Types::HistogramBinOptions
Returns the value of attribute bin_options.
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#field_wells ⇒ Types::HistogramFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
-
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
-
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
-
#y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute y_axis_display_options.
Instance Attribute Details
#bin_options ⇒ Types::HistogramBinOptions
Returns the value of attribute bin_options.
6628 6629 6630 |
# File 'sig/types.rbs', line 6628 def @bin_options end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
6629 6630 6631 |
# File 'sig/types.rbs', line 6629 def data_labels @data_labels end |
#field_wells ⇒ Types::HistogramFieldWells
Returns the value of attribute field_wells.
6624 6625 6626 |
# File 'sig/types.rbs', line 6624 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6632 6633 6634 |
# File 'sig/types.rbs', line 6632 def interactions @interactions end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
6630 6631 6632 |
# File 'sig/types.rbs', line 6630 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
6631 6632 6633 |
# File 'sig/types.rbs', line 6631 def visual_palette @visual_palette end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
6625 6626 6627 |
# File 'sig/types.rbs', line 6625 def @x_axis_display_options end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
6626 6627 6628 |
# File 'sig/types.rbs', line 6626 def @x_axis_label_options end |
#y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute y_axis_display_options.
6627 6628 6629 |
# File 'sig/types.rbs', line 6627 def @y_axis_display_options end |