Click or drag to resize

chartToolsbuildChart Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the chart string for C3js rendering

Namespace:  imbSCI.Reporting.charts
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public static string buildChart(
	chartTypeEnum chartType,
	chartFeatures features,
	DataTable data,
	chartSizeEnum size,
	chartTypeEnum typesForSeries = chartTypeEnum.none
)
Request Example View Source

Parameters

chartType
Type: imbSCI.Reporting.charts.corechartTypeEnum
Type of the chart.
features
Type: imbSCI.Reporting.charts.corechartFeatures
The features.
data
Type: System.DataDataTable
The data.
size
Type: imbSCI.Reporting.charts.corechartSizeEnum
typesForSeries (Optional)
Type: imbSCI.Reporting.charts.corechartTypeEnum
The types for series.

Return Value

Type: String
See Also