Wijmo UI for the Web
style Field
wijmo.chart Namespace > chart_axis Interface : style Field
A value that indicates the style of the X axis. For more information on the available style parameters, see the Style Options topic.
Default: {stroke: "#999999", "stroke-width": 0.5}
Type: Object
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: any
value = instance.style;
var style : any;
Remarks

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.

See Also

Reference

chart_axis Interface