Show / Hide Table of Contents

Class CfnDashboardPropsMixin.HistogramConfigurationProperty

The configuration for a HistogramVisual .

Inheritance
object
CfnDashboardPropsMixin.HistogramConfigurationProperty
Implements
CfnDashboardPropsMixin.IHistogramConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.HistogramConfigurationProperty : CfnDashboardPropsMixin.IHistogramConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.HistogramConfigurationProperty Implements CfnDashboardPropsMixin.IHistogramConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

HistogramConfigurationProperty()

The configuration for a HistogramVisual .

Properties

BinOptions

The options that determine the presentation of histogram bins.

DataLabels

The data label configuration of a histogram.

FieldWells

The field well configuration of a histogram.

Interactions

The general visual interactions setup for a visual.

Tooltip

The tooltip configuration of a histogram.

VisualPalette

The visual palette configuration of a histogram.

XAxisDisplayOptions

The options that determine the presentation of the x-axis.

XAxisLabelOptions

The options that determine the presentation of the x-axis label.

YAxisDisplayOptions

The options that determine the presentation of the y-axis.

Constructors

HistogramConfigurationProperty()

The configuration for a HistogramVisual .

public HistogramConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html

ExampleMetadata: fixture=_generated

Properties

BinOptions

The options that determine the presentation of histogram bins.

public object? BinOptions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-binoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IHistogramBinOptionsProperty

DataLabels

The data label configuration of a histogram.

public object? DataLabels { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-datalabels

Type union: either IResolvable or CfnDashboardPropsMixin.IDataLabelOptionsProperty

FieldWells

The field well configuration of a histogram.

public object? FieldWells { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-fieldwells

Type union: either IResolvable or CfnDashboardPropsMixin.IHistogramFieldWellsProperty

Interactions

The general visual interactions setup for a visual.

public object? Interactions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-interactions

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualInteractionOptionsProperty

Tooltip

The tooltip configuration of a histogram.

public object? Tooltip { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-tooltip

Type union: either IResolvable or CfnDashboardPropsMixin.ITooltipOptionsProperty

VisualPalette

The visual palette configuration of a histogram.

public object? VisualPalette { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-visualpalette

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualPaletteProperty

XAxisDisplayOptions

The options that determine the presentation of the x-axis.

public object? XAxisDisplayOptions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-xaxisdisplayoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IAxisDisplayOptionsProperty

XAxisLabelOptions

The options that determine the presentation of the x-axis label.

public object? XAxisLabelOptions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-xaxislabeloptions

Type union: either IResolvable or CfnDashboardPropsMixin.IChartAxisLabelOptionsProperty

YAxisDisplayOptions

The options that determine the presentation of the y-axis.

public object? YAxisDisplayOptions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-histogramconfiguration.html#cfn-quicksight-dashboard-histogramconfiguration-yaxisdisplayoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IAxisDisplayOptionsProperty

Implements

CfnDashboardPropsMixin.IHistogramConfigurationProperty
Back to top Generated by DocFX