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.
10011 10012 10013 |
# File 'sig/types.rbs', line 10011 def data_labels @data_labels end |
#field_wells ⇒ Types::ScatterPlotFieldWells
Returns the value of attribute field_wells.
10004 10005 10006 |
# File 'sig/types.rbs', line 10004 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
10014 10015 10016 |
# File 'sig/types.rbs', line 10014 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
10010 10011 10012 |
# File 'sig/types.rbs', line 10010 def legend @legend end |
#sort_configuration ⇒ Types::ScatterPlotSortConfiguration
Returns the value of attribute sort_configuration.
10005 10006 10007 |
# File 'sig/types.rbs', line 10005 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
10012 10013 10014 |
# File 'sig/types.rbs', line 10012 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
10013 10014 10015 |
# File 'sig/types.rbs', line 10013 def visual_palette @visual_palette end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
10007 10008 10009 |
# File 'sig/types.rbs', line 10007 def @x_axis_display_options end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
10006 10007 10008 |
# File 'sig/types.rbs', line 10006 def @x_axis_label_options end |
#y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute y_axis_display_options.
10009 10010 10011 |
# File 'sig/types.rbs', line 10009 def @y_axis_display_options end |
#y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute y_axis_label_options.
10008 10009 10010 |
# File 'sig/types.rbs', line 10008 def @y_axis_label_options end |