Show / Hide Table of Contents

Class CfnAnalysis.BoxPlotOptionsProperty

The options of a box plot visual.

Inheritance
System.Object
CfnAnalysis.BoxPlotOptionsProperty
Implements
CfnAnalysis.IBoxPlotOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class BoxPlotOptionsProperty : Object, CfnAnalysis.IBoxPlotOptionsProperty
Syntax (vb)
Public Class BoxPlotOptionsProperty
    Inherits Object
    Implements CfnAnalysis.IBoxPlotOptionsProperty
Remarks

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

var boxPlotOptionsProperty = new BoxPlotOptionsProperty {
    AllDataPointsVisibility = "allDataPointsVisibility",
    OutlierVisibility = "outlierVisibility",
    StyleOptions = new BoxPlotStyleOptionsProperty {
        FillStyle = "fillStyle"
    }
};

Synopsis

Constructors

BoxPlotOptionsProperty()

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.

Constructors

BoxPlotOptionsProperty()

public BoxPlotOptionsProperty()

Properties

AllDataPointsVisibility

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

public string AllDataPointsVisibility { get; set; }
Property Value

System.String

Remarks

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

OutlierVisibility

Determines the visibility of the outlier in a box plot.

public string OutlierVisibility { get; set; }
Property Value

System.String

Remarks

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

StyleOptions

The style options of the box plot.

public object StyleOptions { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnAnalysis.IBoxPlotOptionsProperty
Back to top Generated by DocFX