dotnetCHARTING Send comments on this topic.
FromPlusMinusOffset(Double) Method
See Also 
dotnetCHARTING Namespace > SubValue Class > FromPlusMinusOffset Method : FromPlusMinusOffset(Double) Method


offset
Creates a new instance of a SubValue class with a range offset from an element's Yvalue in both directions. Hence, the resulting range will be twice the specified offset value.

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function FromPlusMinusOffset( _
   ByVal offset As Double _
) As SubValue
Visual Basic (Usage) Copy Code
Dim offset As Double
Dim value As SubValue
 
value = SubValue.FromPlusMinusOffset(offset)
C#  
public static SubValue FromPlusMinusOffset( 
   double offset
)

Parameters

offset

See Also