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

    Parameters

    subTypeName
    The name of chart subtype that is used in file with template charts.
    subTypeDescription
    The description of chart subtype that is used in file with template charts.
    Browser Compatibility
    56+
    45+
    11
    See Also