Method: RubyPost::Range#ymax=

Defined in:
lib/graph.rb

#ymax=(value) ⇒ Object (writeonly)

Sets the attribute ymax

Parameters:

  • value

    the value to set the attribute ymax to.



225
226
227
# File 'lib/graph.rb', line 225

def ymax=(value)
  @ymax = value
end