Wijmo UI for the Web
culture Option

Default value: ""

A value that indicator the culture to format the chart text.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  string
    value = $(".selector").wijchartcore("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijchartcore("option", "culture", newValue);
        
});
Javascript (Specification) 
var culture : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijchartcore jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.