Click or drag to resize
IChartTimeSeries Interface
Time series for time series charts.

Namespace:  C2ChartsLibrary.Interfaces
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public interface IChartTimeSeries

The IChartTimeSeries type exposes the following members.

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