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.
914 915 916 |
# File 'sig/types.rbs', line 914 def axis_line_visibility @axis_line_visibility end |
#axis_offset ⇒ ::String
Returns the value of attribute axis_offset.
918 919 920 |
# File 'sig/types.rbs', line 918 def axis_offset @axis_offset end |
#data_options ⇒ Types::AxisDataOptions
Returns the value of attribute data_options.
916 917 918 |
# File 'sig/types.rbs', line 916 def @data_options end |
#grid_line_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute grid_line_visibility.
915 916 917 |
# File 'sig/types.rbs', line 915 def grid_line_visibility @grid_line_visibility end |
#scrollbar_options ⇒ Types::ScrollBarOptions
Returns the value of attribute scrollbar_options.
917 918 919 |
# File 'sig/types.rbs', line 917 def @scrollbar_options end |
#tick_label_options ⇒ Types::AxisTickLabelOptions
Returns the value of attribute tick_label_options.
913 914 915 |
# File 'sig/types.rbs', line 913 def @tick_label_options end |