Wijmo UI for the Web
culture Option
wijmo.chart.wijlinechart 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").wijlinechart("option", "culture");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlinechart("option", "culture", newValue);
        
});
var culture : string;
See Also

Reference

options type
wijlinechart jQuery Widget