Click or drag to resize
SharpScriptBase.OpenInterests Property
Get the Open Interest series array

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public ISeries<long>[] OpenInterests { get; }

Property Value

Type:ISeries<Int64>[]
See Also