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