Class: Aws::Types::FunnelChartDataLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::FunnelChartDataLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute category_label_visibility.
-
#label_color ⇒ ::String
Returns the value of attribute label_color.
-
#label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute label_font_configuration.
-
#measure_data_label_style ⇒ "VALUE_ONLY", ...
Returns the value of attribute measure_data_label_style.
-
#measure_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute measure_label_visibility.
-
#position ⇒ "INSIDE", ...
Returns the value of attribute position.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#category_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute category_label_visibility.
6171 6172 6173 |
# File 'sig/types.rbs', line 6171 def category_label_visibility @category_label_visibility end |
#label_color ⇒ ::String
Returns the value of attribute label_color.
6175 6176 6177 |
# File 'sig/types.rbs', line 6175 def label_color @label_color end |
#label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute label_font_configuration.
6174 6175 6176 |
# File 'sig/types.rbs', line 6174 def label_font_configuration @label_font_configuration end |
#measure_data_label_style ⇒ "VALUE_ONLY", ...
Returns the value of attribute measure_data_label_style.
6176 6177 6178 |
# File 'sig/types.rbs', line 6176 def measure_data_label_style @measure_data_label_style end |
#measure_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute measure_label_visibility.
6172 6173 6174 |
# File 'sig/types.rbs', line 6172 def measure_label_visibility @measure_label_visibility end |
#position ⇒ "INSIDE", ...
Returns the value of attribute position.
6173 6174 6175 |
# File 'sig/types.rbs', line 6173 def position @position end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
6170 6171 6172 |
# File 'sig/types.rbs', line 6170 def visibility @visibility end |