Class: Aws::Types::RadarChartConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_band_colors_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute alternate_band_colors_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


9034
9035
9036
# File 'sig/types.rbs', line 9034

def alternate_band_colors_visibility
  @alternate_band_colors_visibility
end

#alternate_band_even_color::String

Returns the value of attribute alternate_band_even_color.

Returns:

  • (::String)


9035
9036
9037
# File 'sig/types.rbs', line 9035

def alternate_band_even_color
  @alternate_band_even_color
end

#alternate_band_odd_color::String

Returns the value of attribute alternate_band_odd_color.

Returns:

  • (::String)


9036
9037
9038
# File 'sig/types.rbs', line 9036

def alternate_band_odd_color
  @alternate_band_odd_color
end

#axes_range_scale"AUTO", ...

Returns the value of attribute axes_range_scale.

Returns:

  • ("AUTO", "INDEPENDENT", "SHARED")


9042
9043
9044
# File 'sig/types.rbs', line 9042

def axes_range_scale
  @axes_range_scale
end

#base_series_settingsTypes::RadarChartSeriesSettings

Returns the value of attribute base_series_settings.



9031
9032
9033
# File 'sig/types.rbs', line 9031

def base_series_settings
  @base_series_settings
end

#category_axisTypes::AxisDisplayOptions

Returns the value of attribute category_axis.



9037
9038
9039
# File 'sig/types.rbs', line 9037

def category_axis
  @category_axis
end

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



9038
9039
9040
# File 'sig/types.rbs', line 9038

def category_label_options
  @category_label_options
end

#color_axisTypes::AxisDisplayOptions

Returns the value of attribute color_axis.



9039
9040
9041
# File 'sig/types.rbs', line 9039

def color_axis
  @color_axis
end

#color_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute color_label_options.



9040
9041
9042
# File 'sig/types.rbs', line 9040

def color_label_options
  @color_label_options
end

#field_wellsTypes::RadarChartFieldWells

Returns the value of attribute field_wells.



9028
9029
9030
# File 'sig/types.rbs', line 9028

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



9043
9044
9045
# File 'sig/types.rbs', line 9043

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



9041
9042
9043
# File 'sig/types.rbs', line 9041

def legend
  @legend
end

#shape"CIRCLE", "POLYGON"

Returns the value of attribute shape.

Returns:

  • ("CIRCLE", "POLYGON")


9030
9031
9032
# File 'sig/types.rbs', line 9030

def shape
  @shape
end

#sort_configurationTypes::RadarChartSortConfiguration

Returns the value of attribute sort_configuration.



9029
9030
9031
# File 'sig/types.rbs', line 9029

def sort_configuration
  @sort_configuration
end

#start_angle::Float

Returns the value of attribute start_angle.

Returns:

  • (::Float)


9032
9033
9034
# File 'sig/types.rbs', line 9032

def start_angle
  @start_angle
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



9033
9034
9035
# File 'sig/types.rbs', line 9033

def visual_palette
  @visual_palette
end