Click or drag to resize

ITextAppendContentExtendedAppendChart Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.interfaces
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
void AppendChart(
	chartTypeEnum chartType,
	chartFeatures features,
	DataTable data,
	chartSizeEnum size,
	chartTypeEnum typesForSeries = chartTypeEnum.none
)
Request Example View Source

Parameters

chartType
Type: imbSCI.Reporting.charts.corechartTypeEnum
features
Type: imbSCI.Reporting.charts.corechartFeatures
data
Type: System.DataDataTable
size
Type: imbSCI.Reporting.charts.corechartSizeEnum
typesForSeries (Optional)
Type: imbSCI.Reporting.charts.corechartTypeEnum
See Also