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.
5905 5906 5907 |
# File 'sig/types.rbs', line 5905 def category_label_visibility @category_label_visibility end |
#label_color ⇒ ::String
Returns the value of attribute label_color.
5909 5910 5911 |
# File 'sig/types.rbs', line 5909 def label_color @label_color end |
#label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute label_font_configuration.
5908 5909 5910 |
# File 'sig/types.rbs', line 5908 def label_font_configuration @label_font_configuration end |
#measure_data_label_style ⇒ "VALUE_ONLY", ...
Returns the value of attribute measure_data_label_style.
5910 5911 5912 |
# File 'sig/types.rbs', line 5910 def measure_data_label_style @measure_data_label_style end |
#measure_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute measure_label_visibility.
5906 5907 5908 |
# File 'sig/types.rbs', line 5906 def measure_label_visibility @measure_label_visibility end |
#position ⇒ "INSIDE", ...
Returns the value of attribute position.
5907 5908 5909 |
# File 'sig/types.rbs', line 5907 def position @position end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
5904 5905 5906 |
# File 'sig/types.rbs', line 5904 def visibility @visibility end |