Interface CfnDashboard.RadarChartAreaStyleSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboard.RadarChartAreaStyleSettingsProperty.Jsii$Proxy
Enclosing class:
CfnDashboard

@Stability(Stable) public static interface CfnDashboard.RadarChartAreaStyleSettingsProperty extends software.amazon.jsii.JsiiSerializable
The configured style settings of a radar chart.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 RadarChartAreaStyleSettingsProperty radarChartAreaStyleSettingsProperty = RadarChartAreaStyleSettingsProperty.builder()
         .visibility("visibility")
         .build();