dotnetCHARTING Send comments on this topic.
FromHighLowValue Method
See Also 
dotnetCHARTING Namespace > SubValue Class : FromHighLowValue Method


high
low
Creates a new instance of a SubValue object with an independent range based on the specified low and high values.

Syntax

Visual Basic (Declaration)  
Public Shared Function FromHighLowValue( _
   ByVal high As Double, _
   ByVal low As Double _
) As SubValue
Visual Basic (Usage) Copy Code
Dim high As Double
Dim low As Double
Dim value As SubValue
 
value = SubValue.FromHighLowValue(high, low)
C#  
public static SubValue FromHighLowValue( 
   double high,
   double low
)

Parameters

high
low

See Also