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



Gets or sets the financial open price of this element.

Syntax

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

Remarks

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

See Also