Class: Aws::Types::AxisDisplayOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#axis_line_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute axis_line_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


914
915
916
# File 'sig/types.rbs', line 914

def axis_line_visibility
  @axis_line_visibility
end

#axis_offset::String

Returns the value of attribute axis_offset.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def axis_offset
  @axis_offset
end

#data_optionsTypes::AxisDataOptions

Returns the value of attribute data_options.



916
917
918
# File 'sig/types.rbs', line 916

def data_options
  @data_options
end

#grid_line_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute grid_line_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


915
916
917
# File 'sig/types.rbs', line 915

def grid_line_visibility
  @grid_line_visibility
end

#scrollbar_optionsTypes::ScrollBarOptions

Returns the value of attribute scrollbar_options.



917
918
919
# File 'sig/types.rbs', line 917

def scrollbar_options
  @scrollbar_options
end

#tick_label_optionsTypes::AxisTickLabelOptions

Returns the value of attribute tick_label_options.



913
914
915
# File 'sig/types.rbs', line 913

def tick_label_options
  @tick_label_options
end