Wijmo UI for the Web
disableDefaultTextStyle Option

Default value: false

Sets a value indicating whether you can set the font-family of the text using a class instead of options.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijchartcore("option", "disableDefaultTextStyle");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijchartcore("option", "disableDefaultTextStyle", newValue);
        
});
Javascript (Specification) 
var disableDefaultTextStyle : boolean;
Remarks
Note: This applies only to the font-family in the current version.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijchartcore jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.