Class: Aws::Types::AxisDisplayOptions
- Inherits:
-
Object
- Object
- Aws::Types::AxisDisplayOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#axis_line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute axis_line_visibility.
-
#axis_offset ⇒ ::String
Returns the value of attribute axis_offset.
-
#data_options ⇒ Types::AxisDataOptions
Returns the value of attribute data_options.
-
#grid_line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute grid_line_visibility.
-
#scrollbar_options ⇒ Types::ScrollBarOptions
Returns the value of attribute scrollbar_options.
-
#tick_label_options ⇒ Types::AxisTickLabelOptions
Returns the value of attribute tick_label_options.
Instance Attribute Details
#axis_line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute axis_line_visibility.
855 856 857 |
# File 'sig/types.rbs', line 855 def axis_line_visibility @axis_line_visibility end |
#axis_offset ⇒ ::String
Returns the value of attribute axis_offset.
859 860 861 |
# File 'sig/types.rbs', line 859 def axis_offset @axis_offset end |
#data_options ⇒ Types::AxisDataOptions
Returns the value of attribute data_options.
857 858 859 |
# File 'sig/types.rbs', line 857 def @data_options end |
#grid_line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute grid_line_visibility.
856 857 858 |
# File 'sig/types.rbs', line 856 def grid_line_visibility @grid_line_visibility end |
#scrollbar_options ⇒ Types::ScrollBarOptions
Returns the value of attribute scrollbar_options.
858 859 860 |
# File 'sig/types.rbs', line 858 def @scrollbar_options end |
#tick_label_options ⇒ Types::AxisTickLabelOptions
Returns the value of attribute tick_label_options.
854 855 856 |
# File 'sig/types.rbs', line 854 def @tick_label_options end |