dotnetCHARTING Send comments on this topic.
ErrorPercentageLow Property
See Also 
dotnetCHARTING Namespace > SubValue Class : ErrorPercentageLow Property



Syntax

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

See Also