Table of Contents

Class StatisticsProvider

Namespace
Dynamicweb.Ecommerce.Statistics
Assembly
Dynamicweb.Ecommerce.dll
Class used as base class inherited by other classes for eCom statistics handling.
public class StatisticsProvider : ConfigurableAddIn
Inheritance
StatisticsProvider
Inherited Members

Properties

ColorColumn

Gets the color column name.
public virtual string ColorColumn { get; }

Property Value

string

Data

Gets the data table.
public virtual DataTable Data { get; }

Property Value

DataTable

DataList

Returns current statistics data NOT used in graph.
public virtual DataTable DataList { get; }

Property Value

DataTable

DefaultGraph

Gets the default graph type.
public virtual GraphType DefaultGraph { get; }

Property Value

GraphType

Info

Gets current order profit statistics information.
public virtual Hashtable Info { get; }

Property Value

Hashtable

Prefix

Gets the prefix.
public virtual string Prefix { get; }

Property Value

string

StatisticCurrency

Gets or sets current currency value.
public virtual Currency StatisticCurrency { get; set; }

Property Value

Currency

Url

Gets the URL.
public virtual string Url { get; }

Property Value

string

XAxisColumn

Gets the X-axis column name.
public virtual string XAxisColumn { get; }

Property Value

string

XmlData

Returns statistics data as XML string.
public virtual string XmlData { get; }

Property Value

string

YAxisColumn

Gets the Y-axis column name.
public virtual string YAxisColumn { get; }

Property Value

string
To top