Click or drag to resize
IC2TradingSystemTradesHistogram Method
This API is preliminary and subject to change.
Returns a histogram chart (in dollars).

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IC2HighChart TradesHistogram(
	short binsCount,
	bool spline = false,
	C2ExplorerThemeName themeName = C2ExplorerThemeName.DarkUnica
)

Parameters

binsCount
Type: SystemInt16
The number of buckets to use.
spline (Optional)
Type: SystemBoolean

[Missing <param name="spline"/> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.IC2TradingSystem.TradesHistogram(System.Int16,System.Boolean,C2ChartsLibrary.Enums.C2ExplorerThemeName)"]

themeName (Optional)
Type: C2ChartsLibrary.EnumsC2ExplorerThemeName

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

Return Value

Type: IC2HighChart
A chart object.
See Also