VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI.Panels Namespace / WebUiInsertChartPanelJS type / setTypeDescription Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    setTypeDescription Method
    In This Topic
    Adds the type description.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.Panels.WebUiInsertChartPanelJS(settings, templateChartFileId);
    
    var value; // Type: any
    
    // Parameters
    var typeName; // Type: string
    var typeDescription; // Type: string
    
    value = instance.setTypeDescription(typeName, typeDescription);
    
    
    function setTypeDescription(
    typeName
    The name of chart type that is used in file with template charts.
    : string,
    typeDescription
    The description of chart type that is used in file with template charts.
    : string
    ) : any;

    Parameters

    typeName
    The name of chart type that is used in file with template charts.
    typeDescription
    The description of chart type that is used in file with template charts.
    Browser Compatibility
    56+
    45+
    11
    See Also