wijmo.chart.wijchartcore Namespace > options type : indicator Option |
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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: wijmo.chart.chart_indicator value = $(".selector").wijchartcore("option", "indicator"); // Set value var newValue; // Type: wijmo.chart.chart_indicator $(".selector").wijchartcore("option", "indicator", newValue); }); |
Javascript (Specification) | |
---|---|
var indicator : chart_indicator; |