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

Sets up the object to use as the header or footer of the chart.

Type: Object

Default:

{
    visible: true, 
    style: {fill: "none", stroke: "none"}, 
    textStyle: {"font-size": 18, fill: "#666", stroke: "none"}, 
    compass: "north"
}
Fields
 NameDescription
 Field

A value that indicates the position of the header in relation to the chart.

Type: String

Default: "north"

 
 Field

A value that indicates all of the style attributes to use in rendering the header.

Type: Object

Default {file:"#none", stroke:"none"}

 
 Field

A value that indicates the text to display in the header.

Type: String

Default: ""

 
 Field

A value that indicates the style of the header text.

Type: Object

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

 
 Field

A value that indicates whether to show the header.

Type: Boolean

Default: true

 
Top
See Also

Reference

wijmo.chart Namespace