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.



10011
10012
10013
# File 'sig/types.rbs', line 10011

def data_labels
  @data_labels
end

#field_wellsTypes::ScatterPlotFieldWells

Returns the value of attribute field_wells.



10004
10005
10006
# File 'sig/types.rbs', line 10004

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



10014
10015
10016
# File 'sig/types.rbs', line 10014

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



10010
10011
10012
# File 'sig/types.rbs', line 10010

def legend
  @legend
end

#sort_configurationTypes::ScatterPlotSortConfiguration

Returns the value of attribute sort_configuration.



10005
10006
10007
# File 'sig/types.rbs', line 10005

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



10012
10013
10014
# File 'sig/types.rbs', line 10012

def tooltip
  @tooltip
end

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

Returns the value of attribute x_axis_display_options.



10007
10008
10009
# File 'sig/types.rbs', line 10007

def x_axis_display_options
  @x_axis_display_options
end

#x_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute x_axis_label_options.



10006
10007
10008
# File 'sig/types.rbs', line 10006

def x_axis_label_options
  @x_axis_label_options
end

#y_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute y_axis_display_options.



10009
10010
10011
# File 'sig/types.rbs', line 10009

def y_axis_display_options
  @y_axis_display_options
end

#y_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute y_axis_label_options.



10008
10009
10010
# File 'sig/types.rbs', line 10008

def y_axis_label_options
  @y_axis_label_options
end