Method: Gruff::Candlestick#up_color=
- Defined in:
- lib/gruff/candlestick.rb
#up_color=(value) ⇒ Object (writeonly)
Specifies the color with up bar. Default is ‘#579773’.
26 27 28 |
# File 'lib/gruff/candlestick.rb', line 26 def up_color=(value) @up_color = value end |