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


Gets or sets the financial volume of this element.

Syntax

Visual Basic (Declaration) 
Public Property Volume As Double
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Double
 
instance.Volume = value
 
value = instance.Volume
C# 
public double Volume {get; set;}

Remarks

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

See Also

© 2010 All Rights Reserved.