A value that determines the culture ID name.
Type: String
Default: ""
Code Example:
WinJS.UI.setOptions(document.getElementById("wijbarchart").winControl, {
culture: "zh"
}
This option is used for data binding. The charts can bind an array or a wijdataView object. The related options are the bind option within the control's data option and the bind option within the seriesList option.
Type: Array
Code Example: