var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: any
value = instance.style;
Javascript (Specification)
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.