Class: Aws::Types::ScatterPlotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScatterPlotConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#field_wells ⇒ Types::ScatterPlotFieldWells
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.
-
#sort_configuration ⇒ Types::ScatterPlotSortConfiguration
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.
-
#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.
-
#y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute y_axis_label_options.
Instance Attribute Details
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
9643 9644 9645 |
# File 'sig/types.rbs', line 9643 def data_labels @data_labels end |
#field_wells ⇒ Types::ScatterPlotFieldWells
Returns the value of attribute field_wells.
9636 9637 9638 |
# File 'sig/types.rbs', line 9636 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
9646 9647 9648 |
# File 'sig/types.rbs', line 9646 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
9642 9643 9644 |
# File 'sig/types.rbs', line 9642 def legend @legend end |
#sort_configuration ⇒ Types::ScatterPlotSortConfiguration
Returns the value of attribute sort_configuration.
9637 9638 9639 |
# File 'sig/types.rbs', line 9637 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
9644 9645 9646 |
# File 'sig/types.rbs', line 9644 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
9645 9646 9647 |
# File 'sig/types.rbs', line 9645 def visual_palette @visual_palette end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
9639 9640 9641 |
# File 'sig/types.rbs', line 9639 def @x_axis_display_options end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
9638 9639 9640 |
# File 'sig/types.rbs', line 9638 def @x_axis_label_options end |
#y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute y_axis_display_options.
9641 9642 9643 |
# File 'sig/types.rbs', line 9641 def @y_axis_display_options end |
#y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute y_axis_label_options.
9640 9641 9642 |
# File 'sig/types.rbs', line 9640 def @y_axis_label_options end |