Wijmo UI for the Web
culture Option
wijmo.chart.wijbarchart Namespace > options type : culture Option

A value that indicates the culture ID name to use in formatting chart text, dates, and numbers.

Type: String

Default value: ""

 

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijbarchart("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijbarchart("option", "culture", newValue);
        
});
var culture : string;
Example
This example code sets the culture to zh, or Chinese. You can find more information about globalization in Localization and Globalization.
$("#wijbarchart").wijbarchart({culture: "zh"})
See Also

Reference

options type
wijbarchart Method