Class: Aws::Types::ScatterPlotConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



9643
9644
9645
# File 'sig/types.rbs', line 9643

def data_labels
  @data_labels
end

#field_wellsTypes::ScatterPlotFieldWells

Returns the value of attribute field_wells.



9636
9637
9638
# File 'sig/types.rbs', line 9636

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



9646
9647
9648
# File 'sig/types.rbs', line 9646

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



9642
9643
9644
# File 'sig/types.rbs', line 9642

def legend
  @legend
end

#sort_configurationTypes::ScatterPlotSortConfiguration

Returns the value of attribute sort_configuration.



9637
9638
9639
# File 'sig/types.rbs', line 9637

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



9644
9645
9646
# File 'sig/types.rbs', line 9644

def tooltip
  @tooltip
end

#visual_paletteTypes::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_optionsTypes::AxisDisplayOptions

Returns the value of attribute x_axis_display_options.



9639
9640
9641
# File 'sig/types.rbs', line 9639

def x_axis_display_options
  @x_axis_display_options
end

#x_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute x_axis_label_options.



9638
9639
9640
# File 'sig/types.rbs', line 9638

def x_axis_label_options
  @x_axis_label_options
end

#y_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute y_axis_display_options.



9641
9642
9643
# File 'sig/types.rbs', line 9641

def y_axis_display_options
  @y_axis_display_options
end

#y_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute y_axis_label_options.



9640
9641
9642
# File 'sig/types.rbs', line 9640

def y_axis_label_options
  @y_axis_label_options
end