Class ReportDateAnalysisChart
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NoResponsesMessage
NoResponsesMessage control.
protected HtmlGenericControl NoResponsesMessage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponseLastMonth
ResponseLastMonth control.
protected Literal ResponseLastMonth
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponseLastWeek
ResponseLastWeek control.
protected Literal ResponseLastWeek
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponseOverall
ResponseOverall control.
protected Literal ResponseOverall
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponseThisMonth
ResponseThisMonth control.
protected Literal ResponseThisMonth
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponseThisWeek
ResponseThisWeek control.
protected Literal ResponseThisWeek
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ResponseToday
ResponseToday control.
protected Literal ResponseToday
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StatisticChart
StatisticChart control.
protected BarChart StatisticChart
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StatisticInfo
StatisticInfo control.
protected PlaceHolder StatisticInfo
Field Value
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
SurveyID
protected Guid SurveyID { get; set; }
Property Value
Methods
LoadData(SurveyForm, IEnumerable<ISurveyResponse>)
public void LoadData(SurveyForm survey, IEnumerable<ISurveyResponse> responses)
Parameters
surveySurveyFormresponsesIEnumerable<ISurveyResponse>
LoadData(Guid, IEnumerable<IDataItem>)
public void LoadData(Guid surveyId, IEnumerable<ReportDateAnalysisChart.IDataItem> data)
Parameters
surveyIdGuiddataIEnumerable<ReportDateAnalysisChart.IDataItem>