| 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.FunnelChartDataLabelOptions
Description
Synopsis
- data FunnelChartDataLabelOptions = FunnelChartDataLabelOptions' {}
- newFunnelChartDataLabelOptions :: FunnelChartDataLabelOptions
- funnelChartDataLabelOptions_categoryLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility)
- funnelChartDataLabelOptions_labelColor :: Lens' FunnelChartDataLabelOptions (Maybe Text)
- funnelChartDataLabelOptions_labelFontConfiguration :: Lens' FunnelChartDataLabelOptions (Maybe FontConfiguration)
- funnelChartDataLabelOptions_measureDataLabelStyle :: Lens' FunnelChartDataLabelOptions (Maybe FunnelChartMeasureDataLabelStyle)
- funnelChartDataLabelOptions_measureLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility)
- funnelChartDataLabelOptions_position :: Lens' FunnelChartDataLabelOptions (Maybe DataLabelPosition)
- funnelChartDataLabelOptions_visibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility)
Documentation
data FunnelChartDataLabelOptions Source #
The options that determine the presentation of the data labels.
See: newFunnelChartDataLabelOptions smart constructor.
Constructors
| FunnelChartDataLabelOptions' | |
Fields
| |
Instances
newFunnelChartDataLabelOptions :: FunnelChartDataLabelOptions Source #
Create a value of FunnelChartDataLabelOptions 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:categoryLabelVisibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_categoryLabelVisibility - The visibility of the category labels within the data labels.
$sel:labelColor:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_labelColor - The color of the data label text.
$sel:labelFontConfiguration:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_labelFontConfiguration - The font configuration for the data labels.
Only the FontSize attribute of the font configuration is used for data
labels.
$sel:measureDataLabelStyle:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_measureDataLabelStyle - Determines the style of the metric labels.
$sel:measureLabelVisibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_measureLabelVisibility - The visibility of the measure labels within the data labels.
$sel:position:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_position - Determines the positioning of the data label relative to a section of
the funnel.
$sel:visibility:FunnelChartDataLabelOptions', funnelChartDataLabelOptions_visibility - The visibility option that determines if data labels are displayed.
funnelChartDataLabelOptions_categoryLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #
The visibility of the category labels within the data labels.
funnelChartDataLabelOptions_labelColor :: Lens' FunnelChartDataLabelOptions (Maybe Text) Source #
The color of the data label text.
funnelChartDataLabelOptions_labelFontConfiguration :: Lens' FunnelChartDataLabelOptions (Maybe FontConfiguration) Source #
The font configuration for the data labels.
Only the FontSize attribute of the font configuration is used for data
labels.
funnelChartDataLabelOptions_measureDataLabelStyle :: Lens' FunnelChartDataLabelOptions (Maybe FunnelChartMeasureDataLabelStyle) Source #
Determines the style of the metric labels.
funnelChartDataLabelOptions_measureLabelVisibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #
The visibility of the measure labels within the data labels.
funnelChartDataLabelOptions_position :: Lens' FunnelChartDataLabelOptions (Maybe DataLabelPosition) Source #
Determines the positioning of the data label relative to a section of the funnel.
funnelChartDataLabelOptions_visibility :: Lens' FunnelChartDataLabelOptions (Maybe Visibility) Source #
The visibility option that determines if data labels are displayed.