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

Creates an object to use as the tooltip, or hint, when the mouse is over a chart element.

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

Reference

options type
wijcandlestickchart jQuery Widget