Click or drag to resize

GraphReportBase Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Tracking.Web.Reporting
Assembly:  Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax
public abstract class GraphReportBase : VisitorReportBase

The GraphReportBase type exposes the following members.

Constructors
  NameDescription
Protected methodGraphReportBase
Initializes a new instance of the GraphReportBase class
Top
Properties
  NameDescription
Public propertyComparisonCustomPeriodEnd (Inherited from VisitorReportBase.)
Public propertyComparisonCustomPeriodStart (Inherited from VisitorReportBase.)
Public propertyComparisonEnable (Inherited from VisitorReportBase.)
Public propertyComparisonPeriod (Inherited from VisitorReportBase.)
Public propertyDateFrom (Inherited from ReportProvider.)
Public propertyDateTo (Inherited from ReportProvider.)
Public propertyGroupByDate
Public propertyGroupBySelection (Inherited from VisitorReportBase.)
Public propertyIncludeBots (Inherited from VisitorReportBase.)
Public propertyIncludeExcludedSessions (Inherited from VisitorReportBase.)
Public propertyIncludeSessionsWithoutJavascript (Inherited from VisitorReportBase.)
Public propertyMaxLabels
Protected propertyMetadataColumnName
The name of column in DataCollection.Columns which is used for metadata information
(Inherited from VisitorReportBase.)
Public propertyShowType
Gets or sets report presentation type
Public propertyTimePeriod (Inherited from VisitorReportBase.)
Public propertyWhereBotType (Inherited from VisitorReportBase.)
Public propertyWhereCountry (Inherited from VisitorReportBase.)
Public propertyWhereDevice (Inherited from VisitorReportBase.)
Public propertyWhereDevicePlatformType (Inherited from VisitorReportBase.)
Public propertyWhereReferrerType (Inherited from VisitorReportBase.)
Public propertyWhereReturning (Inherited from VisitorReportBase.)
Public propertyWhereSourceCampaign (Inherited from VisitorReportBase.)
Public propertyWhereSourceMedium (Inherited from VisitorReportBase.)
Public propertyWhereSourceName (Inherited from VisitorReportBase.)
Public propertyWhereSourceTerm (Inherited from VisitorReportBase.)
Public propertyWhereWebsite (Inherited from VisitorReportBase.)
Top
Methods
  NameDescription
Protected methodAddMetadataInformation
Add metadata information for each of our graph points
(Overrides VisitorReportBaseAddMetadataInformation(DataSeries).)
Protected methodAdjustTimeRangeToComparison
The method return date range fro comparison series
(Inherited from VisitorReportBase.)
Public methodCreateElement (Overrides ElementReportProviderBaseCreateElement.)
Public methodGetComparisonData
Gets the сomparison data which will transformed to additional series.
(Inherited from VisitorReportBase.)
Public methodGetComparisonSeries
Gets the сomparison dataseries in a format that is ready for consumption by chart tools which require: Legends, Labels and Series (double[][])
(Inherited from VisitorReportBase.)
Public methodGetData (Inherited from ReportProvider.)
Public methodGetDataSeries (Inherited from ReportProvider.)
Public methodGetDateGrouping
Public methodGetDates (Inherited from VisitorReportBase.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetOptions (Overrides VisitorReportBaseGetOptions(String).)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Public methodGetShowType (Inherited from ReportProvider.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from VisitorReportBase.)
Protected methodRenderListReport
Protected methodRenderReport
Protected methodSetMetadataInformation
Sets the metadata information.
(Inherited from VisitorReportBase.)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also