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

Default value: null

A callback to format the candlestick element.

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

Reference

options type
wijcandlestickchart jQuery Widget