Method: Gruff::Base#right_margin=

Defined in:
lib/gruff/base.rb

#right_margin=(value) ⇒ Object (writeonly)

Blank space to the right of the graph. Default is 20.



43
44
45
# File 'lib/gruff/base.rb', line 43

def right_margin=(value)
  @right_margin = value
end