Click or drag to resize

SharpScriptBaseAddIndicatorT Method (ISeriesDouble, Object)

Adds and/or retrieves and sharp script from the cache

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public T AddIndicator<T>(
	ISeries<double> input,
	Object[] args
)
where T : IndicatorBase

Parameters

input
Type: SharpCharts.Base.SharpScriptISeriesDouble
Input series
args
Type: SystemObject
Constructor parameters

Type Parameters

T
IndicatorBase Type

Return Value

Type: T
See Also