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