Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IHistogramConfigurationProperty

The configuration for a HistogramVisual .

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IHistogramConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IHistogramConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

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.

Properties

BinOptions

The options that determine the presentation of histogram bins.

object? BinOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IHistogramBinOptionsProperty

DataLabels

The data label configuration of a histogram.

object? DataLabels { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IDataLabelOptionsProperty

FieldWells

The field well configuration of a histogram.

object? FieldWells { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IHistogramFieldWellsProperty

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualInteractionOptionsProperty

Tooltip

The tooltip configuration of a histogram.

object? Tooltip { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITooltipOptionsProperty

VisualPalette

The visual palette configuration of a histogram.

object? VisualPalette { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualPaletteProperty

XAxisDisplayOptions

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

object? XAxisDisplayOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IAxisDisplayOptionsProperty

XAxisLabelOptions

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

object? XAxisLabelOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IChartAxisLabelOptionsProperty

YAxisDisplayOptions

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

object? YAxisDisplayOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IAxisDisplayOptionsProperty

Back to top Generated by DocFX