height

A value that indicates the height of the barchart.

Type: Number

Default: null

Code Example:

var piechart = document.getElementById("wijpiechart").winControl;

                WinJS.UI.setOptions(piechart, {

              height: 400

});


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