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
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
Remarks
OutlierVisibility
Determines the visibility of the outlier in a box plot.
string? OutlierVisibility { get; }
Property Value
Remarks
StyleOptions
The style options of the box plot.
object? StyleOptions { get; }