Wijmo UI for the Web
getCandlestick Method
wijmo.chart Namespace > wijcandlestickchart type : getCandlestick Method
The zero-based index of the candlestick to return.
This method returns the candlestick elements, which has a set of Raphaël objects that represent candlestick elements for the series data, from the specified index.
Syntax
$(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.
See Also

Reference

wijcandlestickchart type
wijcandlestickchart jQuery Widget