 | ITimeSeriesChartAdd Method (Series`2DateTime, Decimal, String, Color, ChartTypes) |
Adds Deedle time series.
Namespace: C2ExplorerServiceStack.Logic.InterfacesAssembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntaxvoid Add(
Series<DateTime, decimal> timeSeries,
string name,
Color color,
ChartTypes chartType = ChartTypes.Line
)
Parameters
- timeSeries
- Type: SeriesDateTime, Decimal
The time series. - name
- Type: SystemString
The name. - color
- Type: System.DrawingColor
The color. - chartType (Optional)
- Type: ChartTypes
Type of the chart.
See Also