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
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
Remarks
DataLabels
The data label configuration of a histogram.
object? DataLabels { get; }
Property Value
Remarks
FieldWells
The field well configuration of a histogram.
object? FieldWells { get; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
object? Interactions { get; }
Property Value
Remarks
Tooltip
The tooltip configuration of a histogram.
object? Tooltip { get; }
Property Value
Remarks
VisualPalette
The visual palette configuration of a histogram.
object? VisualPalette { get; }
Property Value
Remarks
XAxisDisplayOptions
The options that determine the presentation of the x-axis.
object? XAxisDisplayOptions { get; }
Property Value
Remarks
XAxisLabelOptions
The options that determine the presentation of the x-axis label.
object? XAxisLabelOptions { get; }
Property Value
Remarks
YAxisDisplayOptions
The options that determine the presentation of the y-axis.
object? YAxisDisplayOptions { get; }