disableDefaultTextStyle

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

                     });


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.