Click or drag to resize
ReportGraphCreateChart Method
Creates chart.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public byte[] CreateChart(
	ReportGraphInfo graphInfo,
	DataSet dsGraphData,
	MacroResolver resolver,
	bool returnByteData = false
)

Parameters

graphInfo
Type: CMS.ReportingReportGraphInfo
Chart's settings
dsGraphData
Type: System.DataDataSet
Data set with chart data
resolver
Type: CMS.MacroEngineMacroResolver
Helper for resolve macros
returnByteData (Optional)
Type: SystemBoolean
If true code returns byte data

Return Value

Type: Byte
See Also