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;}

Remarks

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

See Also

© 2010 All Rights Reserved.