$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijbarchart("option", "height"); // Set value var newValue; // Type: any $(".selector").wijbarchart("option", "height", newValue); });
var height : any;
Sets the height of the chart in pixels.
Type: Number
Default value: null
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijbarchart("option", "height"); // Set value var newValue; // Type: any $(".selector").wijbarchart("option", "height", newValue); });
var height : any;