VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI.Dialogs Namespace / WebUiInsertChartDialogJS type / WebUiInsertChartDialogJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiInsertChartDialogJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebUiInsertChartDialogJS class.
    Syntax
    // Parameters
    var templateChartFileId; // Type: string
    
    var instance = new Vintasoft.Imaging.Office.UI.Dialogs.WebUiInsertChartDialogJS(templateChartFileId);
    
    
    function WebUiInsertChartDialogJS(
    templateChartFileId
    The name of file that contains templates of supported charts.
    : string
    ) : WebUiInsertChartDialogJS;

    Parameters

    templateChartFileId
    The name of file that contains templates of supported charts.
    Browser Compatibility
    56+
    45+
    11
    See Also