Click or drag to resize
ChartTimeSeriesData Property
Gets or sets the data - time series points.

Namespace: C2ExplorerServiceStack.Logic.Implementation
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public IEnumerable<ITimeSeriesPoint> Data { get; set; }

Property Value

Type: IEnumerableITimeSeriesPoint
The data.

Implements

IChartTimeSeriesData
See Also