wijmo.chart.wijlinechart Namespace > options type : hint Option |
Creates an object to use as the tooltip, or hint, when the mouse is over a chart element.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: wijmo.chart.chart_hint value = $(".selector").wijlinechart("option", "hint"); // Set value var newValue; // Type: wijmo.chart.chart_hint $(".selector").wijlinechart("option", "hint", newValue); }); |
Javascript (Specification) | |
---|---|
var hint : chart_hint; |