| 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.BoxPlotOptions
Description
Synopsis
- data BoxPlotOptions = BoxPlotOptions' {}
- newBoxPlotOptions :: BoxPlotOptions
- boxPlotOptions_allDataPointsVisibility :: Lens' BoxPlotOptions (Maybe Visibility)
- boxPlotOptions_outlierVisibility :: Lens' BoxPlotOptions (Maybe Visibility)
- boxPlotOptions_styleOptions :: Lens' BoxPlotOptions (Maybe BoxPlotStyleOptions)
Documentation
data BoxPlotOptions Source #
The options of a box plot visual.
See: newBoxPlotOptions smart constructor.
Constructors
| BoxPlotOptions' | |
Fields
| |
Instances
newBoxPlotOptions :: BoxPlotOptions Source #
Create a value of BoxPlotOptions 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:allDataPointsVisibility:BoxPlotOptions', boxPlotOptions_allDataPointsVisibility - Determines the visibility of all data points of the box plot.
$sel:outlierVisibility:BoxPlotOptions', boxPlotOptions_outlierVisibility - Determines the visibility of the outlier in a box plot.
$sel:styleOptions:BoxPlotOptions', boxPlotOptions_styleOptions - The style options of the box plot.
boxPlotOptions_allDataPointsVisibility :: Lens' BoxPlotOptions (Maybe Visibility) Source #
Determines the visibility of all data points of the box plot.
boxPlotOptions_outlierVisibility :: Lens' BoxPlotOptions (Maybe Visibility) Source #
Determines the visibility of the outlier in a box plot.
boxPlotOptions_styleOptions :: Lens' BoxPlotOptions (Maybe BoxPlotStyleOptions) Source #
The style options of the box plot.