SaaS CMS has officially launched! Learn more now.

Class VisitorGroupAggregatedVisitsLineView

Inheritance
System.Object
VisitorGroupAggregatedVisitsLineView
Namespace: EPiServer.Shell.UI.Models.VisitorGroupsStatistics.Statistics.Implementation
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the Visitor Group Statistics gadget will be removed after the upcoming major release.")]
public class VisitorGroupAggregatedVisitsLineView : VisitorGroupAggregatedVisitsColumnView, IVisitorGroupStatisticView, IVisitorGroupStatisticChartDetails

Constructors

VisitorGroupAggregatedVisitsLineView()

Declaration
public VisitorGroupAggregatedVisitsLineView()

VisitorGroupAggregatedVisitsLineView(DynamicDataStoreFactory, IVisitorGroupRepository)

Declaration
public VisitorGroupAggregatedVisitsLineView(DynamicDataStoreFactory storeFactory, IVisitorGroupRepository visitorGroupRepository)
Parameters
Type Name Description
DynamicDataStoreFactory storeFactory
IVisitorGroupRepository visitorGroupRepository

Properties

Chart

Declaration
public override ChartType Chart { get; }
Property Value
Type Description
ChartType
Overrides

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides

Implements

Extension Methods