Show / Hide Table of Contents

Class CfnTemplate.BinCountOptionsProperty

The options that determine the bin count of a histogram.

Inheritance
System.Object
CfnTemplate.BinCountOptionsProperty
Implements
CfnTemplate.IBinCountOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class BinCountOptionsProperty : Object, CfnTemplate.IBinCountOptionsProperty
Syntax (vb)
Public Class BinCountOptionsProperty
    Inherits Object
    Implements CfnTemplate.IBinCountOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-bincountoptions.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.AWS.QuickSight;

var binCountOptionsProperty = new BinCountOptionsProperty {
    Value = 123
};

Synopsis

Constructors

BinCountOptionsProperty()

Properties

Value

The options that determine the bin count value.

Constructors

BinCountOptionsProperty()

public BinCountOptionsProperty()

Properties

Value

The options that determine the bin count value.

public Nullable<double> Value { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-bincountoptions.html#cfn-quicksight-template-bincountoptions-value

Implements

CfnTemplate.IBinCountOptionsProperty
Back to top Generated by DocFX