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.



24024
24025
24026
24027
24028
# File 'lib/aws-sdk-quicksight/types.rb', line 24024

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