Click or drag to resize
IC2TradingSystemSystemChart Method
This API is preliminary and subject to change.
Creates a trading system chart.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IC2ExplorerHighChart SystemChart(
	EquityChartType equityChartType = EquityChartType.NotDefined,
	C2ExplorerThemeName themeName = C2ExplorerThemeName.DarkUnica
)

Parameters

equityChartType (Optional)
Type: C2ExplorerServiceStack.Logic.InterfacesEquityChartType
Type of the equity chart.
themeName (Optional)
Type: C2ExplorerServiceStack.Logic.InterfacesC2ExplorerThemeName

Return Value

Type: IC2ExplorerHighChart
A chart object.
See Also