Wijmo UI for the Web
style Field
wijmo.chart Namespace > chart_axis_grid Interface : style Field
A value that indicates the style of the major or minor grid line. For more information on the available style parameters, see the Style Options topic.
Default: Differs depending on the axis and whether the grid is major or minor.
Type: Object
Syntax
var instance; // Type: wijmo.chart.chart_axis_grid;
var value; // Type: any
value = instance.style;
var style : any;
Remarks
The style is defined in Raphael here is the documentation: http://raphaeljs.com/reference.html#Element.attr. The style is the “attr” method’s parameters.
See Also

Reference

chart_axis_grid Interface