Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IBoxPlotOptionsProperty

The options of a box plot visual.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IBoxPlotOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IBoxPlotOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-boxplotoptions.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 boxPlotOptionsProperty = new BoxPlotOptionsProperty {
                 AllDataPointsVisibility = "allDataPointsVisibility",
                 OutlierVisibility = "outlierVisibility",
                 StyleOptions = new BoxPlotStyleOptionsProperty {
                     FillStyle = "fillStyle"
                 }
             };

Synopsis

Properties

AllDataPointsVisibility

Determines the visibility of all data points of the box plot.

OutlierVisibility

Determines the visibility of the outlier in a box plot.

StyleOptions

The style options of the box plot.

Properties

AllDataPointsVisibility

Determines the visibility of all data points of the box plot.

string? AllDataPointsVisibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-boxplotoptions.html#cfn-quicksight-template-boxplotoptions-alldatapointsvisibility

OutlierVisibility

Determines the visibility of the outlier in a box plot.

string? OutlierVisibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-boxplotoptions.html#cfn-quicksight-template-boxplotoptions-outliervisibility

StyleOptions

The style options of the box plot.

object? StyleOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-boxplotoptions.html#cfn-quicksight-template-boxplotoptions-styleoptions

Type union: either IResolvable or CfnTemplatePropsMixin.IBoxPlotStyleOptionsProperty

Back to top Generated by DocFX