| 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.BoxPlotStyleOptions
Description
Documentation
data BoxPlotStyleOptions Source #
The style options of the box plot.
See: newBoxPlotStyleOptions smart constructor.
Constructors
| BoxPlotStyleOptions' | |
Fields
| |
Instances
newBoxPlotStyleOptions :: BoxPlotStyleOptions Source #
Create a value of BoxPlotStyleOptions 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:fillStyle:BoxPlotStyleOptions', boxPlotStyleOptions_fillStyle - The fill styles (solid, transparent) of the box plot.
boxPlotStyleOptions_fillStyle :: Lens' BoxPlotStyleOptions (Maybe BoxPlotFillStyle) Source #
The fill styles (solid, transparent) of the box plot.