Click or drag to resize
ReportGraph Class
Summary description for ReportGraph.
Inheritance Hierarchy
SystemObject
  CMS.Reporting.Web.UIReportGraph

Namespace: CMS.Reporting.Web.UI
Assembly: CMS.Reporting.Web.UI (in CMS.Reporting.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class ReportGraph

The ReportGraph type exposes the following members.

Constructors
  NameDescription
Public methodReportGraph
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_HEIGHT
Default graph height.
Public fieldStatic memberDEFAULT_WIDTH
Default graph width.
Public fieldStatic memberRECORDS_DISPLAYED
Number of displayed records.
Top
Properties
  NameDescription
Public propertyColors
Colors assigned to series.
Public propertyCorrectWidth
Correct graph width (if percent width is required).
Public propertyChartControl
Chart property.
Top
Methods
  NameDescription
Public methodCreateChart
Creates chart.
Public methodCreateInvalidDataGraph
If given data set is null return this graph.
Top
See Also