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 |
Synopsis
- data DataLabelOptions = DataLabelOptions' {
- categoryLabelVisibility :: Maybe Visibility
- dataLabelTypes :: Maybe [DataLabelType]
- labelColor :: Maybe Text
- labelContent :: Maybe DataLabelContent
- labelFontConfiguration :: Maybe FontConfiguration
- measureLabelVisibility :: Maybe Visibility
- overlap :: Maybe DataLabelOverlap
- position :: Maybe DataLabelPosition
- visibility :: Maybe Visibility
- newDataLabelOptions :: DataLabelOptions
- dataLabelOptions_categoryLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility)
- dataLabelOptions_dataLabelTypes :: Lens' DataLabelOptions (Maybe [DataLabelType])
- dataLabelOptions_labelColor :: Lens' DataLabelOptions (Maybe Text)
- dataLabelOptions_labelContent :: Lens' DataLabelOptions (Maybe DataLabelContent)
- dataLabelOptions_labelFontConfiguration :: Lens' DataLabelOptions (Maybe FontConfiguration)
- dataLabelOptions_measureLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility)
- dataLabelOptions_overlap :: Lens' DataLabelOptions (Maybe DataLabelOverlap)
- dataLabelOptions_position :: Lens' DataLabelOptions (Maybe DataLabelPosition)
- dataLabelOptions_visibility :: Lens' DataLabelOptions (Maybe Visibility)
Documentation
data DataLabelOptions Source #
The options that determine the presentation of the data labels.
See: newDataLabelOptions
smart constructor.
DataLabelOptions' | |
|
Instances
newDataLabelOptions :: DataLabelOptions Source #
Create a value of DataLabelOptions
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:DataLabelOptions'
, dataLabelOptions_categoryLabelVisibility
- Determines the visibility of the category field labels.
$sel:dataLabelTypes:DataLabelOptions'
, dataLabelOptions_dataLabelTypes
- The option that determines the data label type.
$sel:labelColor:DataLabelOptions'
, dataLabelOptions_labelColor
- Determines the color of the data labels.
$sel:labelContent:DataLabelOptions'
, dataLabelOptions_labelContent
- Determines the content of the data labels.
$sel:labelFontConfiguration:DataLabelOptions'
, dataLabelOptions_labelFontConfiguration
- Determines the font configuration of the data labels.
$sel:measureLabelVisibility:DataLabelOptions'
, dataLabelOptions_measureLabelVisibility
- Determines the visibility of the measure field labels.
$sel:overlap:DataLabelOptions'
, dataLabelOptions_overlap
- Determines whether overlap is enabled or disabled for the data labels.
$sel:position:DataLabelOptions'
, dataLabelOptions_position
- Determines the position of the data labels.
$sel:visibility:DataLabelOptions'
, dataLabelOptions_visibility
- Determines the visibility of the data labels.
dataLabelOptions_categoryLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #
Determines the visibility of the category field labels.
dataLabelOptions_dataLabelTypes :: Lens' DataLabelOptions (Maybe [DataLabelType]) Source #
The option that determines the data label type.
dataLabelOptions_labelColor :: Lens' DataLabelOptions (Maybe Text) Source #
Determines the color of the data labels.
dataLabelOptions_labelContent :: Lens' DataLabelOptions (Maybe DataLabelContent) Source #
Determines the content of the data labels.
dataLabelOptions_labelFontConfiguration :: Lens' DataLabelOptions (Maybe FontConfiguration) Source #
Determines the font configuration of the data labels.
dataLabelOptions_measureLabelVisibility :: Lens' DataLabelOptions (Maybe Visibility) Source #
Determines the visibility of the measure field labels.
dataLabelOptions_overlap :: Lens' DataLabelOptions (Maybe DataLabelOverlap) Source #
Determines whether overlap is enabled or disabled for the data labels.
dataLabelOptions_position :: Lens' DataLabelOptions (Maybe DataLabelPosition) Source #
Determines the position of the data labels.
dataLabelOptions_visibility :: Lens' DataLabelOptions (Maybe Visibility) Source #
Determines the visibility of the data labels.