Class: Aws::QuickSight::Types::RadarChartSeriesSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RadarChartSeriesSettings
- 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
-
#area_style_settings ⇒ Types::RadarChartAreaStyleSettings
The area style settings of a radar chart.
Instance Attribute Details
#area_style_settings ⇒ Types::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 |