wijmo.chart.wijchartcore Namespace > options type : header Option |
Sets up the object to use as the header of the barchart.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: wijmo.chart.chart_title value = $(".selector").wijchartcore("option", "header"); // Set value var newValue; // Type: wijmo.chart.chart_title $(".selector").wijchartcore("option", "header", newValue); }); |
Javascript (Specification) | |
---|---|
var header : chart_title; |