Method: Aws::QuickSight::Types::AxisDisplayOptions#axis_offset
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#axis_offset ⇒ String
The offset value that determines the starting placement of the axis within a visual’s bounds.
2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2603 class AxisDisplayOptions < Struct.new( :tick_label_options, :axis_line_visibility, :grid_line_visibility, :data_options, :scrollbar_options, :axis_offset) SENSITIVE = [] include Aws::Structure end |