Class: GChart::XYLine

Inherits:
Base
  • Object
show all
Defined in:
lib/gchart/xy_line.rb

Instance Attribute Summary

Attributes inherited from Base

#axes, #chart_background, #colors, #data, #entire_background, #extras, #height, #legend, #max, #title, #width

Instance Method Summary collapse

Methods inherited from Base

#axis, #fetch, #initialize, #size, #size=, #to_url, #write

Constructor Details

This class inherits a constructor from GChart::Base

Instance Method Details

#render_chart_typeObject

:nodoc:



3
4
5
# File 'lib/gchart/xy_line.rb', line 3

def render_chart_type #:nodoc:
  "lxy"
end