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


Gets of sets the low error value. When set, a single SubValue is drawn below the element's YValue value or range. When ErrorHighValue is also set, a range SubValue is drawn between the two values.

Syntax

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

See Also

© 2010 All Rights Reserved.