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