Wijmo UI for the Web
textStyle Field
wijmo.chart Namespace > chart_axis Interface : textStyle Field
A value that indicates the style of text of the X axis.
Note: Any style options set in the fallback textStyle option are used for any style options that are not set explicitly (or set by default) in this option.
For more information on the available style parameters, see the Style Options topic.
Default: {fill: "#888","font-size": 15,"font-weight": "bold"}
Type: Object
Syntax
var instance; // Type: wijmo.chart.chart_axis;
var value; // Type: any
value = instance.textStyle;
var textStyle : 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