Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IBoxPlotStyleOptionsProperty

The style options of the box plot.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IBoxPlotStyleOptionsProperty
Syntax (vb)
Public Interface 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

Properties

FillStyle

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

Properties

FillStyle

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

string? FillStyle { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX