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#
IC2ExplorerHighChart TradesHistogram(
	short binsCount,
	bool spline = false,
	C2ExplorerThemeName themeName = C2ExplorerThemeName.DarkUnica
)

Parameters

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

Return Value

Type: IC2ExplorerHighChart
A chart object.
See Also