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


percent
Creates a new instance of a SubValue class with a range based on the specified percentage of the related element's Yvalue in both directions. Hence, the resulting range will be twice the specified percentage.

Syntax

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

Parameters

percent

See Also

© 2010 All Rights Reserved.