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(
: string,
: 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
See Also