amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.HistogramConfiguration

Description

 
Synopsis

Documentation

data HistogramConfiguration Source #

The configuration for a HistogramVisual.

See: newHistogramConfiguration smart constructor.

Constructors

HistogramConfiguration' 

Fields

Instances

Instances details
FromJSON HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

ToJSON HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Generic HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Associated Types

type Rep HistogramConfiguration :: Type -> Type #

Show HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

NFData HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Methods

rnf :: HistogramConfiguration -> () #

Eq HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

Hashable HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

type Rep HistogramConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HistogramConfiguration

newHistogramConfiguration :: HistogramConfiguration Source #

Create a value of HistogramConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:binOptions:HistogramConfiguration', histogramConfiguration_binOptions - The options that determine the presentation of histogram bins.

$sel:dataLabels:HistogramConfiguration', histogramConfiguration_dataLabels - The data label configuration of a histogram.

$sel:fieldWells:HistogramConfiguration', histogramConfiguration_fieldWells - The field well configuration of a histogram.

$sel:tooltip:HistogramConfiguration', histogramConfiguration_tooltip - The tooltip configuration of a histogram.

$sel:visualPalette:HistogramConfiguration', histogramConfiguration_visualPalette - The visual palette configuration of a histogram.

$sel:xAxisDisplayOptions:HistogramConfiguration', histogramConfiguration_xAxisDisplayOptions - The options that determine the presentation of the x-axis.

$sel:xAxisLabelOptions:HistogramConfiguration', histogramConfiguration_xAxisLabelOptions - The options that determine the presentation of the x-axis label.

$sel:yAxisDisplayOptions:HistogramConfiguration', histogramConfiguration_yAxisDisplayOptions - The options that determine the presentation of the y-axis.

histogramConfiguration_binOptions :: Lens' HistogramConfiguration (Maybe HistogramBinOptions) Source #

The options that determine the presentation of histogram bins.

histogramConfiguration_visualPalette :: Lens' HistogramConfiguration (Maybe VisualPalette) Source #

The visual palette configuration of a histogram.

histogramConfiguration_xAxisDisplayOptions :: Lens' HistogramConfiguration (Maybe AxisDisplayOptions) Source #

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

histogramConfiguration_xAxisLabelOptions :: Lens' HistogramConfiguration (Maybe ChartAxisLabelOptions) Source #

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

histogramConfiguration_yAxisDisplayOptions :: Lens' HistogramConfiguration (Maybe AxisDisplayOptions) Source #

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