Class: Aws::QuickSight::Types::RadarChartSeriesSettings

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

Overview

The series settings of a radar chart.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#area_style_settingsTypes::RadarChartAreaStyleSettings

The area style settings of a radar chart.



33320
33321
33322
33323
33324
# File 'lib/aws-sdk-quicksight/types.rb', line 33320

class RadarChartSeriesSettings < Struct.new(
  :area_style_settings)
  SENSITIVE = []
  include Aws::Structure
end