Wijmo UI for the Web
xAxis Option
wijmo.chart.wijchartnavigator Namespace > options type : xAxis Option

Type: wijmo.chart.chart_axis

An object contains all of the information to create the X axis of the chart navigator.

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

Reference

options type
wijchartnavigator jQuery Widget