Class: RubyPost::YLabelRight
- Inherits:
-
GraphLabel
- Object
- Object
- BaseLabel
- GraphLabel
- RubyPost::YLabelRight
- Defined in:
- lib/graph.rb
Overview
place an y label on the right hand side of the graph overrides and position and place settings
Instance Attribute Summary
Attributes inherited from BaseLabel
Instance Method Summary collapse
Methods inherited from GraphLabel
Methods inherited from BaseLabel
#add_option, #bot, #bottom, #bottom_left, #bottom_right, #color, #colour, #compile_options, #initialize, #left, #lft, #llft, #lrt, #right, #rotate, #rt, #scale, #set_position, #set_text, #top, #top_left, #top_right, #translate, #ulft, #urt
Constructor Details
This class inherits a constructor from RubyPost::GraphLabel
Instance Method Details
#compile ⇒ Object
296 297 298 |
# File 'lib/graph.rb', line 296 def compile 'glabel.rt(' + @text + ", OUT)" + + ";\n" end |