Wijmo UI for the Web
style Field
wijmo.chart Namespace > chart_indicator Interface : style Field
A value that contains the fill color and outline color (stroke) of the indicator lines.
Type: Object
Default: {stroke: "#000000"}
Syntax
var instance; // Type: wijmo.chart.chart_indicator;
var value; // Type: any
value = instance.style;
var style : any;
Remarks
Note that when you set the stroke color of the indicator line, it extends this color to the outline of the hint for the duration of the click. For information on other style options that you can use, please see Style Options.
See Also

Reference

chart_indicator Interface