showChartLabels

A value that indicates whether to show default chart labels.

Type:  Boolean

Default: true

Code Example:

var linechart = document.getElementById("wijlinechartDefault").winControl;

                WinJS.UI.setOptions(linechart, {

              showChartLabels:true

});


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