Wijmo UI for the Web
indicator Option
wijmo.chart.wijcandlestickchart Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.chart.chart_indicator
    returnsValue = $(".selector").wijcandlestickchart("option", "indicator");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_indicator
    $(".selector").wijcandlestickchart("option", "indicator", newValue);
        
});
var indicator : chart_indicator;
See Also

Reference

options type
wijcandlestickchart jQuery Widget