Module: Kernel
- Defined in:
- lib/tchart/model/coordinate.rb
Instance Method Summary collapse
-
#xy(x, y) ⇒ Object
Shorthand for TChart::Coordinate.new(x, t).
Instance Method Details
#xy(x, y) ⇒ Object
Shorthand for TChart::Coordinate.new(x, t).
26 27 28 |
# File 'lib/tchart/model/coordinate.rb', line 26 def xy(x, y) # => Coordinate TChart::Coordinate.new(x, y) end |