Wijmo UI for the Web
is100Percent Option
wijmo.chart.wijscatterchart Namespace > options type : is100Percent Option

Gets or sets whether each value contributes to the total with the relative size of each series representing its contribution to the total.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijscatterchart("option", "is100Percent");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijscatterchart("option", "is100Percent", newValue);
        
});
var is100Percent : boolean;
Remarks
default value is "false"
See Also

Reference

options type
wijscatterchart jQuery Widget