Click or drag to resize
ChartTimeSeries Class
Time series for time series charts.
Inheritance Hierarchy
SystemObject
  C2ExplorerServiceStack.Logic.ImplementationChartTimeSeries

Namespace: C2ExplorerServiceStack.Logic.Implementation
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public class ChartTimeSeries : IChartTimeSeries

The ChartTimeSeries type exposes the following members.

Constructors
  NameDescription
Public methodChartTimeSeries
Initializes a new instance of the class.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the line color.
Public propertyData
Gets or sets the data - time series points.
Public propertyName
Gets or sets the name of this time series.
Public propertySystemId
Trading system ID.
Public propertyType
Gets or sets this time series chart type.
Top
Methods
  NameDescription
Public methodToHighChartSeries
Converts data to the Highchart series object.
Top
See Also