BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[CSHTML] @(Html.EJ().Chart("container") .Loaded("legend") ) [JS] function legend(sender) //Loaded event triggered { $("#" + this._id + "_svg_Legend3").remove(); //To remove the legend item from the DOM |