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.



23888
23889
23890
23891
23892
# File 'lib/aws-sdk-quicksight/types.rb', line 23888

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