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


Gets or sets the error offset. The offset represents a range, +/- the value of the offset with respect to the element's YValue value or range.

Syntax

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

See Also

© 2010 All Rights Reserved.