Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.RadarChartAreaStyleSettingsProperty

The configured style settings of a radar chart.

Inheritance
object
CfnAnalysisPropsMixin.RadarChartAreaStyleSettingsProperty
Implements
CfnAnalysisPropsMixin.IRadarChartAreaStyleSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.RadarChartAreaStyleSettingsProperty : CfnAnalysisPropsMixin.IRadarChartAreaStyleSettingsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.RadarChartAreaStyleSettingsProperty Implements CfnAnalysisPropsMixin.IRadarChartAreaStyleSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartareastylesettings.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;

             var radarChartAreaStyleSettingsProperty = new RadarChartAreaStyleSettingsProperty {
                 Visibility = "visibility"
             };

Synopsis

Constructors

RadarChartAreaStyleSettingsProperty()

The configured style settings of a radar chart.

Properties

Visibility

The visibility settings of a radar chart.

Constructors

RadarChartAreaStyleSettingsProperty()

The configured style settings of a radar chart.

public RadarChartAreaStyleSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartareastylesettings.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;

             var radarChartAreaStyleSettingsProperty = new RadarChartAreaStyleSettingsProperty {
                 Visibility = "visibility"
             };

Properties

Visibility

The visibility settings of a radar chart.

public string? Visibility { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-radarchartareastylesettings.html#cfn-quicksight-analysis-radarchartareastylesettings-visibility

Implements

CfnAnalysisPropsMixin.IRadarChartAreaStyleSettingsProperty
Back to top Generated by DocFX