var instance; // Type: wijmo.chart.chart_axis; var value; // Type: any value = instance.style;
var style : any;
var instance; // Type: wijmo.chart.chart_axis; var value; // Type: any value = instance.style;
var style : any;
The style is defined in Raphael. See documentation at: http://raphaeljs.com/reference.html#Element.attr
The style uses the same parameters as the attr method.