A value that indicates whether to disable the default text style. For a full list of the available Style options, please see the Style Options topic.
Type: Boolean.
Default: false.
Code example:
WinJS.UI.setOptions(document.getElementById("wijbubblechart").winControl, {
disableDefaultTextStyle:true
});