Wijmo UI for the Web
type Option
wijmo.chart.wijcandlestickchart Namespace > options type : type Option

A value that indicates how to draw the candlestick element. Possible value is ohlc, hl, candlestick

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijcandlestickchart("option", "type");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijcandlestickchart("option", "type", newValue);
        
});
var type : any;
See Also

Reference

options type
wijcandlestickchart jQuery Widget