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
Data
Gets the data table.
public virtual DataTable Data { get; }
Property Value
DataList
Returns current statistics data NOT used in graph.
public virtual DataTable DataList { get; }
Property Value
DefaultGraph
Gets the default graph type.
public virtual GraphType DefaultGraph { get; }
Property Value
Info
Gets current order profit statistics information.
public virtual Hashtable Info { get; }
Property Value
Prefix
Gets the prefix.
public virtual string Prefix { get; }
Property Value
StatisticCurrency
Gets or sets current currency value.
public virtual Currency StatisticCurrency { get; set; }
Property Value
Url
Gets the URL.
public virtual string Url { get; }
Property Value
XAxisColumn
Gets the X-axis column name.
public virtual string XAxisColumn { get; }
Property Value
XmlData
Returns statistics data as XML string.
public virtual string XmlData { get; }
Property Value
YAxisColumn
Gets the Y-axis column name.
public virtual string YAxisColumn { get; }