Click or drag to resize
ITimeSeriesChartAdd Method (IChartTimeSeries)
Adds one time series to the chart.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
void Add(
	IChartTimeSeries chartTimeSeries
)

Parameters

chartTimeSeries
Type: C2ExplorerServiceStack.Logic.InterfacesIChartTimeSeries
The chart time series.
See Also