wijmo.chart.wijlinechart 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").wijlinechart("option", "height"); // Set value var newValue; // Type: any $(".selector").wijlinechart("option", "height", newValue); }); |
Javascript (Specification) | |
---|---|
|