Click or drag to resize

SharpScriptBaseAddIndicatorT Method (ISeriesDouble)

Adds and/or retrieves 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
)
where T : new(), IndicatorBase

Parameters

input
Type: SharpCharts.Base.SharpScriptISeriesDouble
Input series

Type Parameters

T
Type

Return Value

Type: T
See Also