Click or drag to resize

SharpScriptBaseAddBars Method (BarType)

Add a secondary series of the specified barType. Instrument, 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(
	BarType barType
)

Parameters

barType
Type: SharpCharts.Base.DataBarType
See Also