$(function () { var returnsValue; // Type: Object // Parameters var index; // Type: number returnsValue = $(".selector").wijcandlestickchart("getCandlestick", index); });
function getCandlestick( index : number ) : Object;
Parameters
- index
- The zero-based index of the candlestick to return.
Return Value
candlestick object which contains Raphael elements.