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



Gets or sets the financial high price of this element.

Syntax

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

Remarks

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

See Also