Table of Contents

Class ReportDateAnalysisChart

Namespace
InSite.Admin.Workflow.Forms.Controls
Assembly
InSite.UI.dll
public class ReportDateAnalysisChart : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
ReportDateAnalysisChart
Implements
Inherited Members

Constructors

ReportDateAnalysisChart()

public ReportDateAnalysisChart()

Fields

GranularityPanel

GranularityPanel control.

protected HtmlGenericControl GranularityPanel

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NoResponsesMessage

NoResponsesMessage control.

protected HtmlGenericControl NoResponsesMessage

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResponseLastMonth

ResponseLastMonth control.

protected Literal ResponseLastMonth

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResponseLastWeek

ResponseLastWeek control.

protected Literal ResponseLastWeek

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResponseOverall

ResponseOverall control.

protected Literal ResponseOverall

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResponseThisMonth

ResponseThisMonth control.

protected Literal ResponseThisMonth

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResponseThisWeek

ResponseThisWeek control.

protected Literal ResponseThisWeek

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ResponseToday

ResponseToday control.

protected Literal ResponseToday

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

StatisticChart

StatisticChart control.

protected BarChart StatisticChart

Field Value

BarChart

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

StatisticInfo

StatisticInfo control.

protected PlaceHolder StatisticInfo

Field Value

PlaceHolder

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

DataSource

protected ReportDateAnalysisChart.JsonDataSource DataSource { get; set; }

Property Value

ReportDateAnalysisChart.JsonDataSource

SurveyID

protected Guid SurveyID { get; set; }

Property Value

Guid

Methods

LoadData(SurveyForm, IEnumerable<ISurveyResponse>)

public void LoadData(SurveyForm survey, IEnumerable<ISurveyResponse> responses)

Parameters

survey SurveyForm
responses IEnumerable<ISurveyResponse>

LoadData(Guid, IEnumerable<IDataItem>)

public void LoadData(Guid surveyId, IEnumerable<ReportDateAnalysisChart.IDataItem> data)

Parameters

surveyId Guid
data IEnumerable<ReportDateAnalysisChart.IDataItem>