| 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.ChartAxisLabelOptions
Description
Synopsis
- data ChartAxisLabelOptions = ChartAxisLabelOptions' {}
- newChartAxisLabelOptions :: ChartAxisLabelOptions
- chartAxisLabelOptions_axisLabelOptions :: Lens' ChartAxisLabelOptions (Maybe [AxisLabelOptions])
- chartAxisLabelOptions_sortIconVisibility :: Lens' ChartAxisLabelOptions (Maybe Visibility)
- chartAxisLabelOptions_visibility :: Lens' ChartAxisLabelOptions (Maybe Visibility)
Documentation
data ChartAxisLabelOptions Source #
The label options for an axis on a chart.
See: newChartAxisLabelOptions smart constructor.
Constructors
| ChartAxisLabelOptions' | |
Fields
| |
Instances
newChartAxisLabelOptions :: ChartAxisLabelOptions Source #
Create a value of ChartAxisLabelOptions 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:axisLabelOptions:ChartAxisLabelOptions', chartAxisLabelOptions_axisLabelOptions - The label options for a chart axis.
$sel:sortIconVisibility:ChartAxisLabelOptions', chartAxisLabelOptions_sortIconVisibility - The visibility configuration of the sort icon on a chart's axis label.
$sel:visibility:ChartAxisLabelOptions', chartAxisLabelOptions_visibility - The visibility of an axis label on a chart. Choose one of the following
options:
VISIBLE: Shows the axis.HIDDEN: Hides the axis.
chartAxisLabelOptions_axisLabelOptions :: Lens' ChartAxisLabelOptions (Maybe [AxisLabelOptions]) Source #
The label options for a chart axis.
chartAxisLabelOptions_sortIconVisibility :: Lens' ChartAxisLabelOptions (Maybe Visibility) Source #
The visibility configuration of the sort icon on a chart's axis label.
chartAxisLabelOptions_visibility :: Lens' ChartAxisLabelOptions (Maybe Visibility) Source #
The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE: Shows the axis.HIDDEN: Hides the axis.