wijmo.chart.wijpiechart Namespace > options type : height Option |
Default value: null
Sets the height of the barchart in pixels.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: any value = $(".selector").wijpiechart("option", "height"); // Set value var newValue; // Type: any $(".selector").wijpiechart("option", "height", newValue); }); |
Javascript (Specification) | |
---|---|
|