Class TimeSeriesChart
- Namespace
- InSite.Admin.Assessments.Attempts.Controls
- Assembly
- InSite.UI.dll
public class TimeSeriesChart : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
TimeSeriesChart
- Implements
- Inherited Members
Constructors
TimeSeriesChart()
public TimeSeriesChart()
Fields
ChartContainer
ChartContainer control.
protected HtmlGenericControl ChartContainer
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
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.
PageNextButton
PageNextButton control.
protected Button PageNextButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PagePrevButton
PagePrevButton control.
protected Button PagePrevButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PageTitle
PageTitle control.
protected TextBox PageTitle
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.
StatisticData
StatisticData control.
protected HiddenField StatisticData
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.
UpdatePanel
UpdatePanel control.
protected UpdatePanel UpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
LoadData(AttemptAnalysis)
public void LoadData(AttemptAnalysis analysis)
Parameters
analysisAttemptAnalysis
OnInit(EventArgs)
protected override void OnInit(EventArgs e)