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")


9402
9403
9404
# File 'sig/types.rbs', line 9402

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)


9403
9404
9405
# File 'sig/types.rbs', line 9403

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)


9404
9405
9406
# File 'sig/types.rbs', line 9404

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")


9410
9411
9412
# File 'sig/types.rbs', line 9410

def axes_range_scale
  @axes_range_scale
end

#base_series_settingsTypes::RadarChartSeriesSettings

Returns the value of attribute base_series_settings.



9399
9400
9401
# File 'sig/types.rbs', line 9399

def base_series_settings
  @base_series_settings
end

#category_axisTypes::AxisDisplayOptions

Returns the value of attribute category_axis.



9405
9406
9407
# File 'sig/types.rbs', line 9405

def category_axis
  @category_axis
end

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



9406
9407
9408
# File 'sig/types.rbs', line 9406

def category_label_options
  @category_label_options
end

#color_axisTypes::AxisDisplayOptions

Returns the value of attribute color_axis.



9407
9408
9409
# File 'sig/types.rbs', line 9407

def color_axis
  @color_axis
end

#color_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute color_label_options.



9408
9409
9410
# File 'sig/types.rbs', line 9408

def color_label_options
  @color_label_options
end

#field_wellsTypes::RadarChartFieldWells

Returns the value of attribute field_wells.



9396
9397
9398
# File 'sig/types.rbs', line 9396

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



9411
9412
9413
# File 'sig/types.rbs', line 9411

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



9409
9410
9411
# File 'sig/types.rbs', line 9409

def legend
  @legend
end

#shape"CIRCLE", "POLYGON"

Returns the value of attribute shape.

Returns:

  • ("CIRCLE", "POLYGON")


9398
9399
9400
# File 'sig/types.rbs', line 9398

def shape
  @shape
end

#sort_configurationTypes::RadarChartSortConfiguration

Returns the value of attribute sort_configuration.



9397
9398
9399
# File 'sig/types.rbs', line 9397

def sort_configuration
  @sort_configuration
end

#start_angle::Float

Returns the value of attribute start_angle.

Returns:

  • (::Float)


9400
9401
9402
# File 'sig/types.rbs', line 9400

def start_angle
  @start_angle
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



9401
9402
9403
# File 'sig/types.rbs', line 9401

def visual_palette
  @visual_palette
end