Class: Aws::QuickSight::Types::RadarChartConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration of a ‘RadarChartVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_band_colors_visibilityString

Determines the visibility of the colors of alternatign bands in a radar chart.

Returns:

  • (String)


23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_colorString

The color of the even-numbered alternate bands of a radar chart.

Returns:

  • (String)


23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_colorString

The color of the odd-numbered alternate bands of a radar chart.

Returns:

  • (String)


23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_scaleString

The axis behavior options of a radar chart.

Returns:

  • (String)


23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_settingsTypes::RadarChartSeriesSettings

The base sreies settings of a radar chart.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_axisTypes::AxisDisplayOptions

The category axis of a radar chart.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_optionsTypes::ChartAxisLabelOptions

The category label options of a radar chart.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_axisTypes::AxisDisplayOptions

The color axis of a radar chart.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_optionsTypes::ChartAxisLabelOptions

The color label options of a radar chart.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_wellsTypes::RadarChartFieldWells

The field well configuration of a ‘RadarChartVisual`.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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

#interactionsTypes::VisualInteractionOptions

The general visual interactions setup for a visual.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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

#legendTypes::LegendOptions

The legend display setup of the visual.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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

#shapeString

The shape of the radar chart.

Returns:

  • (String)


23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_configurationTypes::RadarChartSortConfiguration

The sort configuration of a ‘RadarChartVisual`.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_angleFloat

The start angle of a radar chart’s axis.

Returns:

  • (Float)


23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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_paletteTypes::VisualPalette

The palette (chart color) display setup of the visual.



23350
23351
23352
23353
23354
23355
23356
23357
23358
23359
23360
23361
23362
23363
23364
23365
23366
23367
23368
23369
# File 'lib/aws-sdk-quicksight/types.rb', line 23350

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