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")


855
856
857
# File 'sig/types.rbs', line 855

def axis_line_visibility
  @axis_line_visibility
end

#axis_offset::String

Returns the value of attribute axis_offset.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def axis_offset
  @axis_offset
end

#data_optionsTypes::AxisDataOptions

Returns the value of attribute data_options.



857
858
859
# File 'sig/types.rbs', line 857

def data_options
  @data_options
end

#grid_line_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute grid_line_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


856
857
858
# File 'sig/types.rbs', line 856

def grid_line_visibility
  @grid_line_visibility
end

#scrollbar_optionsTypes::ScrollBarOptions

Returns the value of attribute scrollbar_options.



858
859
860
# File 'sig/types.rbs', line 858

def scrollbar_options
  @scrollbar_options
end

#tick_label_optionsTypes::AxisTickLabelOptions

Returns the value of attribute tick_label_options.



854
855
856
# File 'sig/types.rbs', line 854

def tick_label_options
  @tick_label_options
end