Click or drag to resize
ChartTimeSeriesToHighChartSeries Method
Converts data to the Highchart series object.

Namespace: C2ExplorerServiceStack.Logic.Implementation
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public Series ToHighChartSeries()

Return Value

Type: Series
Highchart series object

Implements

IChartTimeSeriesToHighChartSeries
See Also