Class CfnDashboard.BoxPlotStyleOptionsProperty
The style options of the box plot.
Inheritance
System.Object
CfnDashboard.BoxPlotStyleOptionsProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BoxPlotStyleOptionsProperty : Object, CfnDashboard.IBoxPlotStyleOptionsProperty
Syntax (vb)
Public Class BoxPlotStyleOptionsProperty
Inherits Object
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() |
Properties
FillStyle | The fill styles (solid, transparent) of the box plot. |
Constructors
BoxPlotStyleOptionsProperty()
public BoxPlotStyleOptionsProperty()
Properties
FillStyle
The fill styles (solid, transparent) of the box plot.
public string FillStyle { get; set; }
Property Value
System.String