Wijmo UI for the Web
header Option
wijmo.chart.wijscatterchart 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").wijscatterchart("option", "header");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_title
    $(".selector").wijscatterchart("option", "header", newValue);
        
});
var header : chart_title;
See Also

Reference

options type
wijscatterchart jQuery Widget