C1.WPF.Chart.Finance Namespace / Envelopes Class / Size Property



In This Topic
Size Property (Envelopes)
In This Topic
Gets or sets the size of the moving average.
Syntax
'Declaration
 
Public Property Size As Double
 
'Usage
 
Dim instance As Envelopes
Dim value As Double
 
instance.Size = value
 
value = instance.Size
See Also