'Declaration
<System.ComponentModel.CategoryAttribute("Labels")> <System.ComponentModel.DescriptionAttribute("Gets or sets the text style applied to the line study texts")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property RetracementValues As System.Double()
'Usage
Dim instance As NRetracementLineStudy Dim value() As System.Double instance.RetracementValues = value value = instance.RetracementValues
[System.ComponentModel.Category("Labels")] [System.ComponentModel.Description("Gets or sets the text style applied to the line study texts")] [System.ComponentModel.Editor(Nevron.Editors.NTextStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public System.double[] RetracementValues {get; set;}