Click or drag to resize
ReportGraphCreateInvalidDataGraph Method
If given data set is null return this graph.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public byte[] CreateInvalidDataGraph(
	ReportGraphInfo graphInfo,
	string titleStr,
	bool returnByteData
)

Parameters

graphInfo
Type: CMS.ReportingReportGraphInfo
Graph info
titleStr
Type: SystemString
Text to show
returnByteData
Type: SystemBoolean
Return byte array representing chart if true

Return Value

Type: Byte
See Also