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



Gets or sets the financial low price of this element.

Syntax

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

Remarks

This element value type is used by ChartType.Financial only.

See Also