Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.BoxPlotStyleOptionsProperty

The style options of the box plot.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotstyleoptions.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.CfnPropertyMixins.AWS.QuickSight;

             var boxPlotStyleOptionsProperty = new BoxPlotStyleOptionsProperty {
                 FillStyle = "fillStyle"
             };

Synopsis

Constructors

BoxPlotStyleOptionsProperty()

The style options of the box plot.

Properties

FillStyle

The fill styles (solid, transparent) of the box plot.

Constructors

BoxPlotStyleOptionsProperty()

The style options of the box plot.

public BoxPlotStyleOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-boxplotstyleoptions.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.CfnPropertyMixins.AWS.QuickSight;

             var boxPlotStyleOptionsProperty = new BoxPlotStyleOptionsProperty {
                 FillStyle = "fillStyle"
             };

Properties

FillStyle

The fill styles (solid, transparent) of the box plot.

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

string

Remarks

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

Implements

CfnAnalysisPropsMixin.IBoxPlotStyleOptionsProperty
Back to top Generated by DocFX