A value that indicates the the default text can be disabled.
Type: Boolean
Default: false
Code Example:
WinJS.UI.setOptions(document.getElementById("wijcompositechart").winControl, {
disableDefaultTextStyle:true
});
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: