Class: OpenFlashChart::YAxisBase
- Inherits:
 - 
      Base
      
        
- Object
 - Base
 - OpenFlashChart::YAxisBase
 
 - Defined in:
 - lib/plugins/open_flash_chart/lib/open_flash_chart/y_axis_base.rb
 
Direct Known Subclasses
Instance Method Summary (collapse)
Methods inherited from Base
#<<, #add_element, #append_value, #attach_to_right_y_axis, #initialize, #method_missing, #render, #set_colours, #set_key, #set_offset, #set_range, #set_tooltip, #to_json2
Constructor Details
This class inherits a constructor from OpenFlashChart::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenFlashChart::Base
Instance Method Details
- (Object) set_vertical
      3 4 5  | 
    
      # File 'lib/plugins/open_flash_chart/lib/open_flash_chart/y_axis_base.rb', line 3 def set_vertical @rotate = "vertical" end  |