Wijmo UI for the Web
textStyle Field
wijmo.chart Namespace > chart_title Interface : textStyle Field

A value that indicates the style of the header text.

Type: Object

Default: {"font-size": 18, fill: "666", stroke: "none"}

Syntax
var instance; // Type: wijmo.chart.chart_title;
var value; // Type: any
value = instance.textStyle;
var textStyle : any;
Remarks
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.
See Also

Reference

chart_title Interface

Concepts

Style Options