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#
IC2HighChart SystemChart(
	EquityChartType equityChartType = EquityChartType.NotDefined,
	C2ExplorerThemeName themeName = C2ExplorerThemeName.DarkUnica,
	string benchmarkSymbol = ""
)

Parameters

equityChartType (Optional)
Type: C2ChartsLibrary.InterfacesEquityChartType
Type of the equity chart.
themeName (Optional)
Type: C2ChartsLibrary.EnumsC2ExplorerThemeName

[Missing <param name="themeName"/> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.IC2TradingSystem.SystemChart(C2ChartsLibrary.Interfaces.EquityChartType,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String)"]

benchmarkSymbol (Optional)
Type: SystemString

[Missing <param name="benchmarkSymbol"/> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.IC2TradingSystem.SystemChart(C2ChartsLibrary.Interfaces.EquityChartType,C2ChartsLibrary.Enums.C2ExplorerThemeName,System.String)"]

Return Value

Type: IC2HighChart
A chart object.
See Also