Click or drag to resize

SharpScriptBaseAddBars Method (String, BarType)

Add secondary bar series Start date, end date, session, Backfill Policy is referenced from the parent bar

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected void AddBars(
	string instrument,
	BarType barType
)

Parameters

instrument
Type: SystemString
String representation of the instrument
barType
Type: SharpCharts.Base.DataBarType
BarType
See Also