Class CfnDashboardPropsMixin.HistogramConfigurationProperty
The configuration for a HistogramVisual .
Inherited Members
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
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| HistogramConfigurationProperty() | The configuration for a |
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
ExampleMetadata: fixture=_generated
Properties
BinOptions
The options that determine the presentation of histogram bins.
public object? BinOptions { get; set; }
Property Value
Remarks
DataLabels
The data label configuration of a histogram.
public object? DataLabels { get; set; }
Property Value
Remarks
FieldWells
The field well configuration of a histogram.
public object? FieldWells { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
Tooltip
The tooltip configuration of a histogram.
public object? Tooltip { get; set; }
Property Value
Remarks
VisualPalette
The visual palette configuration of a histogram.
public object? VisualPalette { get; set; }
Property Value
Remarks
XAxisDisplayOptions
The options that determine the presentation of the x-axis.
public object? XAxisDisplayOptions { get; set; }
Property Value
Remarks
XAxisLabelOptions
The options that determine the presentation of the x-axis label.
public object? XAxisLabelOptions { get; set; }
Property Value
Remarks
YAxisDisplayOptions
The options that determine the presentation of the y-axis.
public object? YAxisDisplayOptions { get; set; }