ReportGraphCreateChart Method |
Creates chart.
Namespace: CMS.Reporting.Web.UIAssembly: CMS.Reporting.Web.UI (in CMS.Reporting.Web.UI.dll) Version: 13.0.131
Syntax 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:
ByteSee Also