Click or drag to resize

HtmlGeneratorAddPackageChart Method

Namespace:  PDTec.IceNet.Domain.Development.Documentation
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void AddPackageChart(
	string packageName,
	ChartType chartType,
	string filePath,
	List<IFolder> pFList,
	string pChartName,
	string pChartCaption
)

Parameters

packageName
Type: SystemString
chartType
Type: PDTec.IceNet.Domain.Development.DocumentationChartType
filePath
Type: SystemString
pFList
Type: System.Collections.GenericListIFolder
pChartName
Type: SystemString
pChartCaption
Type: SystemString
See Also