Class CfnDashboard.BoxPlotStyleOptionsProperty
The style options of the box plot.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.BoxPlotStyleOptionsProperty : CfnDashboard.IBoxPlotStyleOptionsProperty
Syntax (vb)
Public Class CfnDashboard.BoxPlotStyleOptionsProperty Implements CfnDashboard.IBoxPlotStyleOptionsProperty
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.AWS.QuickSight;
var boxPlotStyleOptionsProperty = new BoxPlotStyleOptionsProperty {
FillStyle = "fillStyle"
};
Synopsis
Constructors
BoxPlotStyleOptionsProperty() | The style options of the box plot. |
Properties
FillStyle | The fill styles (solid, transparent) of the box plot. |
Constructors
BoxPlotStyleOptionsProperty()
The style options of the box plot.
public BoxPlotStyleOptionsProperty()
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.AWS.QuickSight;
var boxPlotStyleOptionsProperty = new BoxPlotStyleOptionsProperty {
FillStyle = "fillStyle"
};
Properties
FillStyle
The fill styles (solid, transparent) of the box plot.
public string? FillStyle { get; set; }