VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI.Panels Namespace / WebUiInsertChartPanelJS type / setTypeDescription Property
Syntax BrowserCompatibility SeeAlso
setTypeDescription Method
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);

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