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