Creates a candlestick chart
| :license: | the XML/SWF charts license |
| :chart_id: | the name of the chart style sheet. |
# File lib/ziya/charts/candle_stick.rb, line 11
11: def initialize( license=nil, chart_id=nil )
12: super( license, chart_id )
13: @type = "candlestick"
14: end
--- SEC00021
--- ""
---
- methods:
- visibility: public
aref: M000108
name: new
sourcecode: " <span class=\"ruby-comment cmt\"># File lib/ziya/charts/candle_stick.rb, line 11</span>\n\
11: <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">initialize</span>( <span class=\"ruby-identifier\">license</span>=<span class=\"ruby-keyword kw\">nil</span>, <span class=\"ruby-identifier\">chart_id</span>=<span class=\"ruby-keyword kw\">nil</span> )\n\
12: <span class=\"ruby-keyword kw\">super</span>( <span class=\"ruby-identifier\">license</span>, <span class=\"ruby-identifier\">chart_id</span> )\n\
13: <span class=\"ruby-ivar\">@type</span> = <span class=\"ruby-value str\">"candlestick"</span> \n\
14: <span class=\"ruby-keyword kw\">end</span>"
m_desc: |-
<p>
Creates a candlestick chart
</p>
<table>
<tr><td valign="top"><tt>:license</tt>:</td><td>the XML/SWF charts license
</td></tr>
<tr><td valign="top"><tt>:chart_id</tt>:</td><td>the name of the chart style sheet.
</td></tr>
</table>
params: ( license=nil, chart_id=nil )
category: Class
type: Public
---
Generated with the Darkfish Rdoc Generator.