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

Type: wijmo.chart.chart_title

Sets up the object to use as the header of the barchart.

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

Reference

options type
wijcandlestickchart jQuery Widget