Nevron .NET Vision
Nevron.Chart Namespace / NRetracementLineStudy Class / RetracementValues Property


In This Topic
    RetracementValues Property
    In This Topic
    Gets or sets the text style applied to the line study texts.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also