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



Gets or sets the error offset based on the specified percentage of the element's YValue value or range. The offset represents a range, +/- the percentage of the element's YValue value or range.

Syntax

Visual Basic (Declaration) 
Public Property ErrorPercent As Double
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Double
 
instance.ErrorPercent = value
 
value = instance.ErrorPercent
C# 
public double ErrorPercent {get; set;}
C++/CLI 
public:
property double ErrorPercent {
   double get();
   void set (double value);
}

See Also