A value that indicates whether to disable the default text style.
Type: Boolean.
Default: false.
Code example:
var linechart = document.getElementById("wijlinechartDefault").winControl;
WinJS.UI.setOptions(linechart, {
disableDefaultTextStyle:true
});