wijmo.chart 名前空間 > wijlinechart タイプ : exportChart メソッド |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; //タイプ: any // パラメータ var exportSettings; //タイプ: undefined var type; //タイプ: undefined var pdfSettings; //タイプ: undefined var serviceUrl; //タイプ: undefined var exportMethod; //タイプ: undefined returnsValue = $(".selector").wijlinechart("exportChart", exportSettings, type, pdfSettings, serviceUrl, exportMethod); }); |
Javascript (Specification) | |
---|---|
function exportChart( exportSettings : undefined, type : undefined, pdfSettings : undefined, serviceUrl : undefined, exportMethod : undefined ) : any; |
$("#chartcore").wijchartcore("exportChart", "chart", "png");