Class: Aws::QuickSight::Types::AxisTickLabelOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#label_optionsTypes::LabelOptions

Determines whether or not the axis ticks are visible.

Returns:



2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2394

class AxisTickLabelOptions < Struct.new(
  :label_options,
  :rotation_angle)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_angleFloat

The rotation angle of the axis tick labels.

Returns:

  • (Float)


2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2394

class AxisTickLabelOptions < Struct.new(
  :label_options,
  :rotation_angle)
  SENSITIVE = []
  include Aws::Structure
end