Class CfnAnalysisPropsMixin.BinCountOptionsProperty
The options that determine the bin count of a histogram.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.BinCountOptionsProperty : CfnAnalysisPropsMixin.IBinCountOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.BinCountOptionsProperty Implements CfnAnalysisPropsMixin.IBinCountOptionsProperty
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 binCountOptionsProperty = new BinCountOptionsProperty {
Value = 123
};
Synopsis
Constructors
| BinCountOptionsProperty() | The options that determine the bin count of a histogram. |
Properties
| Value | The options that determine the bin count value. |
Constructors
BinCountOptionsProperty()
The options that determine the bin count of a histogram.
public BinCountOptionsProperty()
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 binCountOptionsProperty = new BinCountOptionsProperty {
Value = 123
};
Properties
Value
The options that determine the bin count value.
public double? Value { get; set; }