Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.BoxPlotOptionsProperty

The options of a box plot visual.

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

See: 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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Synopsis

Constructors

BoxPlotOptionsProperty()

The options of a box plot visual.

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()

The options of a box plot visual.

public BoxPlotOptionsProperty()
Remarks

See: 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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Properties

AllDataPointsVisibility

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

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

string

Remarks

See: 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

string

Remarks

See: 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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IBoxPlotStyleOptionsProperty

Implements

CfnAnalysisPropsMixin.IBoxPlotOptionsProperty
Back to top Generated by DocFX