Class DataSeries
- Namespace
- Dynamicweb.Tracking.Reporting
- Assembly
- Dynamicweb.Tracking.dll
Represents series of data.
public class DataSeries
- Inheritance
-
DataSeries
- Inherited Members
Constructors
DataSeries(DataCollection)
Initializes a new instance of the DataSeries class.
public DataSeries(DataCollection data)
Parameters
data
DataCollection- The data.
Properties
Data
Gets the data.
public DataCollection Data { get; }
Property Value
- DataCollection
- The data.
Labels
Gets the labels.
public List<string> Labels { get; }
Property Value
Legends
Gets the legends.
public List<string> Legends { get; }
Property Value
Metadata
Gets the metadata information
public string[][] Metadata { get; }
Property Value
- string[][]
- The metadata information
MetadataColumnName
Name of column which is used for metadata information
public string MetadataColumnName { get; set; }
Property Value
Series
Gets the series.
public double[][] Series { get; }
Property Value
- double[][]
- The series.
Methods
ProcessData()
Processes the data.
public void ProcessData()