Collective2 Explorer
Collective2 Explorer
Namespaces
C2ChartsLibrary Namespaces
C2ChartsLibrary.Interfaces
ITimeSeriesChart Interface
ITimeSeriesChart Methods
Add Method
Add Method (IChartTimeSeries)
Add Method (IEnumerable(IChartTimeSeries))
Add Method (IEnumerable(ITimeSeriesPoint))
Add Method (IEnumerable(IEnumerable(ITimeSeriesPoint)))
Add Method (Series(DateTime, Decimal), String, Color, ChartTypes)
Add Method (Series(DateTime, Double), String, Color, ChartTypes)
ITimeSeriesChart
Add Method (IChartTimeSeries)
Adds one time series to the chart.
Namespace:
C2ChartsLibrary.Interfaces
Assembly:
C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
Copy
void
Add
(
IChartTimeSeries
chartTimeSeries
)
Parameters
chartTimeSeries
Type:
C2ChartsLibrary.Interfaces
IChartTimeSeries
The chart time series.
See Also
Reference
ITimeSeriesChart Interface
Add Overload
C2ChartsLibrary.Interfaces Namespace