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