Click or drag to resize
HtmlGeneratorAddOverviewChart 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 AddOverviewChart(
	ChartType chartType,
	string filePath,
	List<IFolder> pFList,
	string pChartName,
	string pChartCaption
)

Parameters

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