Class: OpenFlashChart::XAxisLabels
- Inherits:
-
Base
- Object
- Base
- OpenFlashChart::XAxisLabels
- Defined in:
- lib/plugins/open_flash_chart/lib/open_flash_chart/x_axis_labels.rb
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
4 5 6 |
# File 'lib/plugins/open_flash_chart/lib/open_flash_chart/x_axis_labels.rb', line 4 def set_vertical @rotate = 270 end |