dotnetCHARTING Send comments on this topic.
ErrorHighValue Property
See Also 
dotnetCHARTING Namespace > Element Class : ErrorHighValue Property


Gets of sets the high error value. When set, a single SubValue is drawn above the element's value. When ErrorLowValue is also set, a range SubValue is drawn between the two values.

Syntax

Visual Basic (Declaration)  
Public Property ErrorHighValue As Double
Visual Basic (Usage) Copy Code
Dim instance As Element
Dim value As Double
 
instance.ErrorHighValue = value
 
value = instance.ErrorHighValue
C#  
public double ErrorHighValue {get; set;}

See Also