Wijmo UI for the Web
indicator Option

Type: wijmo.chart.chart_indicator

Sets up an object that can display an indicator line running horizontally/vertically through the center of each chart element in the chart when the user clicks the chart element.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.chart_indicator
    value = $(".selector").wijbubblechart("option", "indicator");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_indicator
    $(".selector").wijbubblechart("option", "indicator", newValue);
        
});
Javascript (Specification) 
var indicator : chart_indicator;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.