wijmo.chart.wijchartcore Namespace > options type : culture Option |
Default value: ""
A value that indicator the culture to format the chart text.
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) | |
---|---|
|