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.
6894 6895 6896 |
# File 'sig/types.rbs', line 6894 def @bin_options end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
6895 6896 6897 |
# File 'sig/types.rbs', line 6895 def data_labels @data_labels end |
#field_wells ⇒ Types::HistogramFieldWells
Returns the value of attribute field_wells.
6890 6891 6892 |
# File 'sig/types.rbs', line 6890 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6898 6899 6900 |
# File 'sig/types.rbs', line 6898 def interactions @interactions end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
6896 6897 6898 |
# File 'sig/types.rbs', line 6896 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
6897 6898 6899 |
# File 'sig/types.rbs', line 6897 def visual_palette @visual_palette end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
6891 6892 6893 |
# File 'sig/types.rbs', line 6891 def @x_axis_display_options end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
6892 6893 6894 |
# File 'sig/types.rbs', line 6892 def @x_axis_label_options end |
#y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute y_axis_display_options.
6893 6894 6895 |
# File 'sig/types.rbs', line 6893 def @y_axis_display_options end |