Class: Aws::Types::AxisTickLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::AxisTickLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_options ⇒ Types::LabelOptions
Returns the value of attribute label_options.
-
#rotation_angle ⇒ ::Float
Returns the value of attribute rotation_angle.
Instance Attribute Details
#label_options ⇒ Types::LabelOptions
Returns the value of attribute label_options.
900 901 902 |
# File 'sig/types.rbs', line 900 def @label_options end |
#rotation_angle ⇒ ::Float
Returns the value of attribute rotation_angle.
901 902 903 |
# File 'sig/types.rbs', line 901 def rotation_angle @rotation_angle end |