Class: RubyPost::YLabel
- Inherits:
-
GraphLabel
- Object
- Object
- BaseLabel
- GraphLabel
- RubyPost::YLabel
- Defined in:
- lib/graph.rb
Overview
place an y label on 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
286 287 288 |
# File 'lib/graph.rb', line 286 def compile 'glabel.lft(' + @text + ", OUT)" + + ";\n" end |