Table of Contents

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

HtmlGenericControl

Remarks

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

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.

PageNextButton

PageNextButton control.

protected Button PageNextButton

Field Value

Button

Remarks

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

PagePrevButton

PagePrevButton control.

protected Button PagePrevButton

Field Value

Button

Remarks

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

PageTitle

PageTitle control.

protected TextBox PageTitle

Field Value

TextBox

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.

StatisticData

StatisticData control.

protected HiddenField StatisticData

Field Value

HiddenField

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.

UpdatePanel

UpdatePanel control.

protected UpdatePanel UpdatePanel

Field Value

UpdatePanel

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

analysis AttemptAnalysis

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs