$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijchartcore("option", "height"); // Set value var newValue; // Type: any $(".selector").wijchartcore("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").wijchartcore("option", "height"); // Set value var newValue; // Type: any $(".selector").wijchartcore("option", "height", newValue); });
var height : any;