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


percent
Creates a new instance of a SubValue class with a single value based on the specified percentage of the related element's Yvalue.

Syntax

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

Parameters

percent

See Also

© 2010 All Rights Reserved.