jQuery.wijmo.wijlinechart Namespace > options type : disableDefaultTextStyle Field |
Default value: false
Sets a value indicating whether you can set the font-family of the text using a class instead of options.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijlinechart.options.disableDefaultTextStyle; |
Javascript (Specification) | |
---|---|
var disableDefaultTextStyle : boolean; |