Click or drag to resize
ITimeSeriesChartAdd Method (IEnumerableIEnumerableITimeSeriesPoint)
Adds a list of time series to the chart.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
void Add(
	IEnumerable<IEnumerable<ITimeSeriesPoint>> timeSeries
)

Parameters

timeSeries
Type: System.Collections.GenericIEnumerableIEnumerableITimeSeriesPoint
The time series.
See Also