Wijmo UI for the Web
marginRight Option

Default value: 25

Sets the amount of space in pixels between the chart area and the right edge of the <div> that defines the widget

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijpiechart("option", "marginRight");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijpiechart("option", "marginRight", newValue);
        
});
Javascript (Specification) 
var marginRight : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.