| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.HistogramBinOptions
Description
Synopsis
- data HistogramBinOptions = HistogramBinOptions' {}
- newHistogramBinOptions :: HistogramBinOptions
- histogramBinOptions_binCount :: Lens' HistogramBinOptions (Maybe BinCountOptions)
- histogramBinOptions_binWidth :: Lens' HistogramBinOptions (Maybe BinWidthOptions)
- histogramBinOptions_selectedBinType :: Lens' HistogramBinOptions (Maybe HistogramBinType)
- histogramBinOptions_startValue :: Lens' HistogramBinOptions (Maybe Double)
Documentation
data HistogramBinOptions Source #
The options that determine the presentation of histogram bins.
See: newHistogramBinOptions smart constructor.
Constructors
| HistogramBinOptions' | |
Fields
| |
Instances
newHistogramBinOptions :: HistogramBinOptions Source #
Create a value of HistogramBinOptions 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:binCount:HistogramBinOptions', histogramBinOptions_binCount - The options that determine the bin count of a histogram.
$sel:binWidth:HistogramBinOptions', histogramBinOptions_binWidth - The options that determine the bin width of a histogram.
$sel:selectedBinType:HistogramBinOptions', histogramBinOptions_selectedBinType - The options that determine the selected bin type.
$sel:startValue:HistogramBinOptions', histogramBinOptions_startValue - The options that determine the bin start value.
histogramBinOptions_binCount :: Lens' HistogramBinOptions (Maybe BinCountOptions) Source #
The options that determine the bin count of a histogram.
histogramBinOptions_binWidth :: Lens' HistogramBinOptions (Maybe BinWidthOptions) Source #
The options that determine the bin width of a histogram.
histogramBinOptions_selectedBinType :: Lens' HistogramBinOptions (Maybe HistogramBinType) Source #
The options that determine the selected bin type.
histogramBinOptions_startValue :: Lens' HistogramBinOptions (Maybe Double) Source #
The options that determine the bin start value.