| 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.AxisLabelOptions
Description
Synopsis
- data AxisLabelOptions = AxisLabelOptions' {}
- newAxisLabelOptions :: AxisLabelOptions
- axisLabelOptions_applyTo :: Lens' AxisLabelOptions (Maybe AxisLabelReferenceOptions)
- axisLabelOptions_customLabel :: Lens' AxisLabelOptions (Maybe Text)
- axisLabelOptions_fontConfiguration :: Lens' AxisLabelOptions (Maybe FontConfiguration)
Documentation
data AxisLabelOptions Source #
The label options for a chart axis. You must specify the field that the label is targeted to.
See: newAxisLabelOptions smart constructor.
Constructors
| AxisLabelOptions' | |
Fields
| |
Instances
newAxisLabelOptions :: AxisLabelOptions Source #
Create a value of AxisLabelOptions 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:applyTo:AxisLabelOptions', axisLabelOptions_applyTo - The options that indicate which field the label belongs to.
$sel:customLabel:AxisLabelOptions', axisLabelOptions_customLabel - The text for the axis label.
$sel:fontConfiguration:AxisLabelOptions', axisLabelOptions_fontConfiguration - The font configuration of the axis label.
axisLabelOptions_applyTo :: Lens' AxisLabelOptions (Maybe AxisLabelReferenceOptions) Source #
The options that indicate which field the label belongs to.
axisLabelOptions_customLabel :: Lens' AxisLabelOptions (Maybe Text) Source #
The text for the axis label.
axisLabelOptions_fontConfiguration :: Lens' AxisLabelOptions (Maybe FontConfiguration) Source #
The font configuration of the axis label.