Show / Hide Table of Contents

Class CfnDashboard.BoxPlotStyleOptionsProperty

The style options of the box plot.

Inheritance
object
CfnDashboard.BoxPlotStyleOptionsProperty
Implements
CfnDashboard.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.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.BoxPlotStyleOptionsProperty : CfnDashboard.IBoxPlotStyleOptionsProperty
Syntax (vb)
Public Class CfnDashboard.BoxPlotStyleOptionsProperty Implements CfnDashboard.IBoxPlotStyleOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.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-dashboard-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.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-dashboard-boxplotstyleoptions.html#cfn-quicksight-dashboard-boxplotstyleoptions-fillstyle

Implements

CfnDashboard.IBoxPlotStyleOptionsProperty
Back to top Generated by DocFX