Class: Aws::QuickSight::Types::RadarChartConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::RadarChartConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a RadarChartVisual.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #alternate_band_colors_visibility  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Determines the visibility of the colors of alternatign bands in a radar chart. 
- 
  
    
      #alternate_band_even_color  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The color of the even-numbered alternate bands of a radar chart. 
- 
  
    
      #alternate_band_odd_color  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The color of the odd-numbered alternate bands of a radar chart. 
- 
  
    
      #axes_range_scale  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The axis behavior options of a radar chart. 
- 
  
    
      #base_series_settings  ⇒ Types::RadarChartSeriesSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The base sreies settings of a radar chart. 
- 
  
    
      #category_axis  ⇒ Types::AxisDisplayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The category axis of a radar chart. 
- 
  
    
      #category_label_options  ⇒ Types::ChartAxisLabelOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The category label options of a radar chart. 
- 
  
    
      #color_axis  ⇒ Types::AxisDisplayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The color axis of a radar chart. 
- 
  
    
      #color_label_options  ⇒ Types::ChartAxisLabelOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The color label options of a radar chart. 
- 
  
    
      #field_wells  ⇒ Types::RadarChartFieldWells 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field well configuration of a RadarChartVisual.
- 
  
    
      #interactions  ⇒ Types::VisualInteractionOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The general visual interactions setup for a visual. 
- 
  
    
      #legend  ⇒ Types::LegendOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The legend display setup of the visual. 
- 
  
    
      #shape  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The shape of the radar chart. 
- 
  
    
      #sort_configuration  ⇒ Types::RadarChartSortConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The sort configuration of a RadarChartVisual.
- 
  
    
      #start_angle  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The start angle of a radar chart's axis. 
- 
  
    
      #visual_palette  ⇒ Types::VisualPalette 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The palette (chart color) display setup of the visual. 
Instance Attribute Details
#alternate_band_colors_visibility ⇒ String
Determines the visibility of the colors of alternatign bands in a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#alternate_band_even_color ⇒ String
The color of the even-numbered alternate bands of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#alternate_band_odd_color ⇒ String
The color of the odd-numbered alternate bands of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#axes_range_scale ⇒ String
The axis behavior options of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#base_series_settings ⇒ Types::RadarChartSeriesSettings
The base sreies settings of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#category_axis ⇒ Types::AxisDisplayOptions
The category axis of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#category_label_options ⇒ Types::ChartAxisLabelOptions
The category label options of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#color_axis ⇒ Types::AxisDisplayOptions
The color axis of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#color_label_options ⇒ Types::ChartAxisLabelOptions
The color label options of a radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#field_wells ⇒ Types::RadarChartFieldWells
The field well configuration of a RadarChartVisual.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#legend ⇒ Types::LegendOptions
The legend display setup of the visual.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#shape ⇒ String
The shape of the radar chart.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#sort_configuration ⇒ Types::RadarChartSortConfiguration
The sort configuration of a RadarChartVisual.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#start_angle ⇒ Float
The start angle of a radar chart's axis.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end | 
#visual_palette ⇒ Types::VisualPalette
The palette (chart color) display setup of the visual.
| 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28482 class RadarChartConfiguration < Struct.new( :field_wells, :sort_configuration, :shape, :base_series_settings, :start_angle, :visual_palette, :alternate_band_colors_visibility, :alternate_band_even_color, :alternate_band_odd_color, :category_axis, :category_label_options, :color_axis, :color_label_options, :legend, :axes_range_scale, :interactions) SENSITIVE = [] include Aws::Structure end |