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

Default value: ""

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcompositechart("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcompositechart("option", "culture", newValue);
        
});
var culture : string;
See Also

Reference

options type
wijcompositechart jQuery Widget