Click or drag to resize
HtmlGeneratorAddPackageChart Method

Namespace: PDTec.IceNet.Domain.Development.Documentation
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
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