width

A value that indicates the width of the chart.

Type: Number

Default: null

Code Example:

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

                WinJS.UI.setOptions(linechart, {

 width: 600

});


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