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.
959 960 961 |
# File 'sig/types.rbs', line 959 def @label_options end |
#rotation_angle ⇒ ::Float
Returns the value of attribute rotation_angle.
960 961 962 |
# File 'sig/types.rbs', line 960 def rotation_angle @rotation_angle end |