Class: Aws::QuickSight::Types::AxisTickLabelOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisTickLabelOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The tick label options of an axis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_options ⇒ Types::LabelOptions
Determines whether or not the axis ticks are visible.
-
#rotation_angle ⇒ Float
The rotation angle of the axis tick labels.
Instance Attribute Details
#label_options ⇒ Types::LabelOptions
Determines whether or not the axis ticks are visible.
3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3101 class AxisTickLabelOptions < Struct.new( :label_options, :rotation_angle) SENSITIVE = [] include Aws::Structure end |
#rotation_angle ⇒ Float
The rotation angle of the axis tick labels.
3101 3102 3103 3104 3105 3106 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3101 class AxisTickLabelOptions < Struct.new( :label_options, :rotation_angle) SENSITIVE = [] include Aws::Structure end |